DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PER_PAY_PROPOSAL_COMPONENTS

Line 214: from per_pay_proposal_components ppc

210:
211: --
212: cursor csr_proposal_comp(l_proposal_id number) is
213: select ppc.component_id, ppc.object_version_number
214: from per_pay_proposal_components ppc
215: where ppc.pay_proposal_id = l_proposal_id;
216: -- End of 3202260
217: begin
218: hr_utility.set_location('Entering:'|| l_proc, 1);

Line 442: -- Calling the per_pay_proposal_components row handler to delete the

438: --
439: hr_utility.set_location(l_proc, 231);
440: --
441: for rec_prop_comp in csr_proposal_comp(rec_pay_prop.pay_proposal_id) loop
442: -- Calling the per_pay_proposal_components row handler to delete the
443: -- proposal components
444: --
445: hr_utility.set_location(l_proc, 232);
446: --

Line 1160: from per_pay_proposal_components ppc

1156: --Added business_group_id for bug 4689950
1157: --
1158: cursor csr_proposal_comp(l_proposal_id number) is
1159: select ppc.component_id, ppc.object_version_number
1160: from per_pay_proposal_components ppc
1161: where ppc.pay_proposal_id = l_proposal_id;
1162: -- End of 3202260
1163:
1164: --start of bug 5026287

Line 1448: -- Calling the per_pay_proposal_components row handler to delete the

1444: --
1445: hr_utility.set_location(l_proc, 231);
1446: --
1447: for rec_prop_comp in csr_proposal_comp(rec_pay_prop.pay_proposal_id) loop
1448: -- Calling the per_pay_proposal_components row handler to delete the
1449: -- proposal components
1450: --
1451: hr_utility.set_location(l_proc, 232);
1452: --