DBA Data[Home] [Help]

APPS.GL_BUD_ASSIGN_RANGE_PKG dependencies on GL_BUDGET_ENTITIES

Line 311: gl_budget_entities_pkg.lock_organization(X_BUDGET_ENTITY_ID);

307: END IF;
308:
309: -- Make sure the budget organization isn't deleted as the range
310: -- is being inserted
311: gl_budget_entities_pkg.lock_organization(X_BUDGET_ENTITY_ID);
312:
313: -- Lock the timestamp to prevent coordination problems
314: gl_bc_event_tstamps_pkg.lock_event_timestamp(X_Chart_Of_Accounts_Id, 'B');
315:

Line 1188: FROM GL_BUDGET_ENTITIES bud,

1184: AND lookup_code = X_Entry_Code;
1185:
1186: CURSOR check_bud_org_name IS
1187: SELECT lk.meaning
1188: FROM GL_BUDGET_ENTITIES bud,
1189: GL_LOOKUPS lk
1190: WHERE bud.budget_entity_id = X_Budget_Entity_Id
1191: AND lk.lookup_type = 'LITERAL'
1192: AND lk.lookup_code = 'ALL'