DBA Data[Home] [Help]

APPS.FII_BUDGET_FORECAST_C dependencies on FII_GL_BUDGET_EXTRACTION

Line 6629: -- then we'll call 'FII_GL_BUDGET_EXTRACTION() to extract budget data from

6625: -- Enhancement 6397914: Added an option for PSI customers to optionally
6626: -- extract their budget data from gl_balances.
6627: --
6628: -- If Industry = 'G', and 'FII: Budget Data from GL Balances' is set to 'YES',
6629: -- then we'll call 'FII_GL_BUDGET_EXTRACTION() to extract budget data from
6630: -- GL BALANACES.
6631: -- This behavior will be same as if Industry = 'C' and budget source = 'GL'.
6632:
6633: IF (X_Mode = 'U' AND l_industry_profile = 'G') THEN

Line 6660: FII_GL_BUDGET_EXTRACTION.main(l_ret_code);

6656: -- Psi_Budget_Extract() and extract the budget data from budget journals.
6657:
6658: IF (l_psi_bud_from_bal = 'Y') THEN
6659:
6660: FII_GL_BUDGET_EXTRACTION.main(l_ret_code);
6661:
6662: IF (l_ret_code = 'E') THEN
6663: -- GL Budget Extraction program has failed.
6664: raise FIIBUUP_fatal_err;

Line 6703: FII_GL_BUDGET_EXTRACTION.main(l_ret_code);

6699: END IF;
6700:
6701: -- If profile is set to GL, call the GL Budget Extraction program
6702: IF l_budget_source = 'GL' THEN
6703: FII_GL_BUDGET_EXTRACTION.main(l_ret_code);
6704:
6705: IF (l_ret_code = 'E') THEN
6706: -- GL Budget Extraction program has failed.
6707: raise FIIBUUP_fatal_err;