DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_BUDGET_POSITIONS

Line 265: Delete psb_budget_positions

261: exception When NO_DATA_FOUND then
262: null;
263: End;
264: Begin
265: Delete psb_budget_positions
266: where position_id = C_Positions_Rec.position_id;
267: exception When NO_DATA_FOUND then
268: null;
269: End;

Line 415: Delete Psb_Budget_Positions

411: null;
412: End;
413:
414: Begin
415: Delete Psb_Budget_Positions
416: where account_position_set_id = C_Account_Position_Set_Rec.account_position_set_id;
417: exception When NO_DATA_FOUND then
418: null;
419: End;