DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on PER_PAY_PROPOSALS

Line 1261: from per_pay_proposals

1257: */
1258:
1259: cursor c_pay_proposals is
1260: select min(change_date)
1261: from per_pay_proposals
1262: where assignment_id = p_assignment_id;
1263:
1264: --start code for bug 6961562
1265: l_installed boolean;

Line 1315: -- If records exists in per_pay_proposals for the assignment

1311:
1312: /**
1313:
1314: -- Bug 2365872
1315: -- If records exists in per_pay_proposals for the assignment
1316: -- then salary basis cannot be nulled.
1317: --
1318: if p_pay_basis_id is null then
1319: open c_pay_proposals;