DBA Data[Home] [Help]

APPS.HR_UPLOAD_PROPOSAL_API dependencies on PER_PPC_DEL

Line 1633: per_ppc_del.del

1629: -- the change_amount and the change percentage are
1630: -- both null, this means that the component need to
1631: -- be deleted
1632: --
1633: per_ppc_del.del
1634: (p_component_id => l_component_id_in
1635: ,p_object_version_number => l_object_version_number_in
1636: ,p_validate => false
1637: );