DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET_WF dependencies on PA_BUDGET_UTILS

Line 1092: -- G_bgt_intg_flag - PA_BUDGET_UTILS.G_Bgt_Intg_Flag

1088: -- p_workflow_started_by_id - identifies the user that initiated the workflow
1089: -- p_event - indicates whether procedure called for
1090: -- either a 'SUBMIT' or 'BASELINE' event.
1091: --
1092: -- G_bgt_intg_flag - PA_BUDGET_UTILS.G_Bgt_Intg_Flag
1093: -- This package specification global defaults to NULL.
1094: -- It may be populated by the Budgets form and other Budget
1095: -- APIs for integration budgets. It will NOT be populated
1096: -- by Budget and Project Form Copy_Budget functions.

Line 1145: l_bgt_intg_flag := PA_BUDGET_UTILS.G_Bgt_Intg_Flag;

1141: BEGIN
1142: --
1143: -- Initialize Local Variable for Non-Project Budget Integration Global.
1144: --
1145: l_bgt_intg_flag := PA_BUDGET_UTILS.G_Bgt_Intg_Flag;
1146:
1147: --
1148: -- Initialize OUT-parameters Here.
1149: -- All 'p_' parameters are required.