DBA Data[Home] [Help]

APPS.GL_BUDGET_ENTITIES_PKG dependencies on GL_ENTITY_BUDGETS_PKG

Line 324: gl_entity_budgets_pkg.insert_entity(

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