DBA Data[Home] [Help]

APPS.PA_RESOURCE_PVT dependencies on PA_PROJECT_STATUSES

Line 104: from pa_project_statuses

100: from pa_project_assignments
101: where resource_id = p_resource_id
102: and start_date > l_start_date
103: and status_code in (select project_status_code
104: from pa_project_statuses
105: where project_system_status_code =
106: 'STAFFED_ASGMT_CONF');
107:
108: IF l_end_date is null THEN