[Home] [Help]
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;
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;