DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET_WF dependencies on PA_BUDGET_UTILS

Line 1135: -- G_bgt_intg_flag - PA_BUDGET_UTILS.G_Bgt_Intg_Flag

1131: -- p_workflow_started_by_id - identifies the user that initiated the workflow
1132: -- p_event - indicates whether procedure called for
1133: -- either a 'SUBMIT' or 'BASELINE' event.
1134: --
1135: -- G_bgt_intg_flag - PA_BUDGET_UTILS.G_Bgt_Intg_Flag
1136: -- This package specification global defaults to NULL.
1137: -- It may be populated by the Budgets form and other Budget
1138: -- APIs for integration budgets. It will NOT be populated
1139: -- by Budget and Project Form Copy_Budget functions.

Line 1188: l_bgt_intg_flag := PA_BUDGET_UTILS.G_Bgt_Intg_Flag;

1184: BEGIN
1185: --
1186: -- Initialize Local Variable for Non-Project Budget Integration Global.
1187: --
1188: l_bgt_intg_flag := PA_BUDGET_UTILS.G_Bgt_Intg_Flag;
1189:
1190: --
1191: -- Initialize OUT-parameters Here.
1192: -- All 'p_' parameters are required.