DBA Data[Home] [Help]

APPS.GLF02220_PKG dependencies on GL_BUDGET_UTILS_PKG

Line 1450: IF (gl_budget_utils_pkg.frozen_account(X_coa_id,

1446: -- Call server side function to check whether it's a frozen account
1447: -- w.r.t. the selected budget and org, if it hasn't been checked before
1448: -- Bug Fix 3866812
1449: -- Added X_ledger_id and X_currency_code parameters in the function call
1450: IF (gl_budget_utils_pkg.frozen_account(X_coa_id,
1451: X_budget_version_id,
1452: X_budget_entity_id,
1453: X_code_combination_id,
1454: X_ledger_id,

Line 1480: gl_budget_utils_pkg.get_current_budget(x_ledger_id,

1476: -- Initialize num_periods_per_year (for 445/454/544 budget rules)
1477: gl_period_types_pkg.select_columns(x_ledger_period_type, tmpbuf, tmpbuf,
1478: x_num_periods_per_year);
1479: -- Default Budget Name to current budget
1480: gl_budget_utils_pkg.get_current_budget(x_ledger_id,
1481: x_budget_version_id,
1482: x_budget_name,
1483: x_bj_required);
1484: -- Initialize ACCOUNT segment column name with flex API