DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on PA_PROJECT_PARTIES

Line 388: from pa_resources a, pa_project_parties b

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