list_projects
List projects from the PeopleSoft contracts and billing database. Filter by business unit, effective status, or project type to retrieve only matching records.
Instructions
List projects, optionally filtered by business unit, effective status,
or project type.
:param business_unit: Optional business unit code (e.g., 'UCD', 'UCB')
:param eff_status: Optional effective status ('A' = Active, 'I' = Inactive)
:param project_type: Optional project type code
:return: List of matching projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eff_status | No | ||
| project_type | No | ||
| business_unit | No |