DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on PER_PAY_PROPOSALS

Line 1342: from per_pay_proposals

1338: */
1339:
1340: cursor c_pay_proposals is
1341: select min(change_date)
1342: from per_pay_proposals
1343: where assignment_id = p_assignment_id;
1344:
1345: l_count_get_assign number default 0;
1346:

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

1479:
1480: /**
1481:
1482: -- Bug 2365872
1483: -- If records exists in per_pay_proposals for the assignment
1484: -- then salary basis cannot be nulled.
1485: --
1486: if p_pay_basis_id is null then
1487: open c_pay_proposals;