DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on PA_PROJECT_PARTIES

Line 387: from pa_resources a, pa_project_parties b

383: -- use p_project_player_id to get the CRM resource_id
384:
385: select a.jtf_resource_id
386: into x_jtf_resource_id
387: from pa_resources a, pa_project_parties b
388: where a.resource_id = b.resource_id
389: and b.project_party_id = l_project_player_id;
390:
391: ELSIF (P_PROJECT_PLAYER_ID is not null