DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ALLOCRULE_PERCENTS

Line 321: Delete Psb_allocrule_percents

317: Begin
318: Delete Psb_Entity
319: where entity_id = C_Default_Rec.entity_id;
320:
321: Delete Psb_allocrule_percents
322: where allocation_rule_id = C_Default_Rec.entity_id;
323:
324: exception When NO_DATA_FOUND then
325: null;