DBA Data[Home] [Help]

APPS.GLF02220_PKG dependencies on GL_BUDGET_ASSIGNMENT_PKG

Line 1438: IF ( gl_budget_assignment_pkg.is_acct_stat_enterable(

1434:
1435: IF X_check_is_acct_stat_enterable = 'Y' THEN
1436: -- Call server side function to check whether you can
1437: -- enter STAT amount for this account
1438: IF ( gl_budget_assignment_pkg.is_acct_stat_enterable(
1439: X_ledger_id,
1440: X_code_combination_id )) THEN
1441: X_cc_stat_enterable_flag := 'Y';
1442: END IF;