DBA Data[Home] [Help]

APPS.HR_UPLOAD_PROPOSAL_API dependencies on HR_MAINTAIN_PROPOSAL_API

Line 228: if( HR_MAINTAIN_PROPOSAL_API.g_deleted_from_oa = 'N')

224: end if;
225: CLOSE csr_prev_prop_details;
226: -- This condition is added to delete the proposed proposals in case it is not yet done from
227: -- the OA layer. schowdhu - 01-Dec-2008
228: if( HR_MAINTAIN_PROPOSAL_API.g_deleted_from_oa = 'N')
229: then
230: hr_utility.set_location('Within delete from OA',90);
231: -- now delete all the inactivated proposed proposals. Bug#7386307 by schowdhu
232: for a in get_all_proposed_proposals loop

Line 233: hr_maintain_proposal_api.delete_salary_proposal

229: then
230: hr_utility.set_location('Within delete from OA',90);
231: -- now delete all the inactivated proposed proposals. Bug#7386307 by schowdhu
232: for a in get_all_proposed_proposals loop
233: hr_maintain_proposal_api.delete_salary_proposal
234: (p_pay_proposal_id => a.pay_proposal_id
235: ,p_business_group_id => a.business_group_id
236: ,p_object_version_number => a.object_version_number
237: ,p_salary_warning => l_del_warn);