DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS

Line 358: Delete Psb_Pay_Element_Distributions

354:
355: For C_Set_Group_Rec in C_Set_Groups
356: Loop
357: Begin
358: Delete Psb_Pay_Element_Distributions
359: where position_set_group_id = C_Set_Group_Rec.position_set_group_id;
360: exception When NO_DATA_FOUND then
361: null;
362: End;