DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_POSITION_PAY_DISTRIBUTIONS

Line 271: Delete psb_position_pay_distributions

267: exception When NO_DATA_FOUND then
268: null;
269: End;
270: Begin
271: Delete psb_position_pay_distributions
272: where position_id = C_Positions_Rec.position_id;
273: exception When NO_DATA_FOUND then
274: null;
275: End;