DBA Data[Home] [Help]

APPS.GL_BUDGET_ENTITIES_PKG dependencies on GL_ENTITY_BUDGETS_PKG

Line 322: gl_entity_budgets_pkg.insert_entity(

318: L_Status_Code := X_Status_Code;
319: END IF;
320:
321: -- Insert the corresponding rows in gl_entity_budgets.
322: gl_entity_budgets_pkg.insert_entity(
323: X_Budget_Entity_Id,
324: X_Ledger_Id,
325: X_Last_Updated_By,
326: X_Last_Update_Login);