DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on GMS_INSTALL

Line 498: gms_installments ins,

494: --
495: CURSOR GET_FUNDING_AWARD IS
496: select aw.award_id award_id
497: from pa_tasks t ,
498: gms_installments ins,
499: gms_summary_project_fundings su,
500: gms_budget_versions bv,
501: gms_awards aw
502: where bv.budget_status_code = 'B'

Line 583: IF not gms_install.enabled THEN

579: -- ===========================
580: -- Check if GMS is enabled
581: -- ===========================
582:
583: IF not gms_install.enabled THEN
584: return ;
585: END IF ;
586:
587: If NOT AWARD_REQUIRED(P_Task_Id,P_Outcome) then

Line 874: IF not gms_install.enabled then

870: -- ==============================================================
871: -- Do not proceed if grants is not enabled for an implementation
872: -- Org.
873: -- ==============================================================
874: IF not gms_install.enabled then
875: return ;
876: END IF ;
877:
878: