DBA Data[Home] [Help]

APPS.PAY_DEL_PERSON_FORM dependencies on WIP_PERSON

Line 112: wip_person.wip_predel_validation(p_person_id);

108: po_person.po_predel_validation(p_person_id);
109: end if;
110: -- 'WIP'
111: if product_installed(706) then
112: wip_person.wip_predel_validation(p_person_id);
113: end if;
114: --
115: end delete_validation;
116: --