DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PER_PAY_PROPOSAL_COMPONENTS

Line 194: from per_pay_proposal_components ppc

190:
191: --
192: cursor csr_proposal_comp(l_proposal_id number) is
193: select ppc.component_id, ppc.object_version_number
194: from per_pay_proposal_components ppc
195: where ppc.pay_proposal_id = l_proposal_id;
196: -- End of 3202260
197: begin
198: hr_utility.set_location('Entering:'|| l_proc, 1);

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

403: --
404: hr_utility.set_location(l_proc, 231);
405: --
406: for rec_prop_comp in csr_proposal_comp(rec_pay_prop.pay_proposal_id) loop
407: -- Calling the per_pay_proposal_components row handler to delete the
408: -- proposal components
409: --
410: hr_utility.set_location(l_proc, 232);
411: --

Line 1074: from per_pay_proposal_components ppc

1070: --Added business_group_id for bug 4689950
1071: --
1072: cursor csr_proposal_comp(l_proposal_id number) is
1073: select ppc.component_id, ppc.object_version_number
1074: from per_pay_proposal_components ppc
1075: where ppc.pay_proposal_id = l_proposal_id;
1076: -- End of 3202260
1077:
1078: --start of bug 5026287

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

1345: --
1346: hr_utility.set_location(l_proc, 231);
1347: --
1348: for rec_prop_comp in csr_proposal_comp(rec_pay_prop.pay_proposal_id) loop
1349: -- Calling the per_pay_proposal_components row handler to delete the
1350: -- proposal components
1351: --
1352: hr_utility.set_location(l_proc, 232);
1353: --