DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on GMS_INSTALL

Line 504: gms_installments ins,

500: --
501: CURSOR GET_FUNDING_AWARD IS
502: select aw.award_id award_id
503: from pa_tasks t ,
504: gms_installments ins,
505: gms_summary_project_fundings su,
506: gms_budget_versions bv,
507: gms_awards_all aw --- Added for Bug#13370217
508: where bv.budget_status_code = 'B'

Line 598: IF not gms_install.enabled THEN

594: -- ===========================
595: -- Check if GMS is enabled
596: -- ===========================
597:
598: IF not gms_install.enabled THEN
599: return ;
600: END IF ;
601:
602: If NOT AWARD_REQUIRED(P_Task_Id,P_Outcome) then

Line 890: IF not gms_install.enabled then

886: -- ==============================================================
887: -- Do not proceed if grants is not enabled for an implementation
888: -- Org.
889: -- ==============================================================
890: IF not gms_install.enabled then
891: return ;
892: END IF ;
893:
894: