DBA Data[Home] [Help]

APPS.HR_UPLOAD_PROPOSAL_API dependencies on PER_PPC_DEL

Line 1663: per_ppc_del.del

1659: -- the change_amount and the change percentage are
1660: -- both null, this means that the component need to
1661: -- be deleted
1662: --
1663: per_ppc_del.del
1664: (p_component_id => l_component_id_in
1665: ,p_object_version_number => l_object_version_number_in
1666: ,p_validate => false
1667: );