DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on PA_IMPLEMENTATIONS

Line 279: from pa_resource_lists prl , pa_implementations pai

275:
276: If l_res_categorized = 'N' then
277: select resource_list_id
278: into G_pa_res_list_id_none
279: from pa_resource_lists prl , pa_implementations pai
280: where prl.business_group_id = pai.business_group_id
281: and prl.uncategorized_flag = 'Y'
282: and NVL(prl.migration_code ,'M') = 'M' ;
283: END if ;