DBA Data[Home] [Help]

APPS.PAY_NO_ABSENCE dependencies on PQP_RATES_HISTORY_CALC

Line 2164: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

2160:
2161: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
2162: IF l_gen_hour_sal = 'S' THEN
2163:
2164: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
2165: (p_assignment_id, p_effective_date, 'Contractual Earnings',
2166: 'R', 'D', l_rate, l_error_message, null, null);*/
2167:
2168: /*pgopal - Bug 5441078 fix - Passing absence start date*/

Line 2169: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

2165: (p_assignment_id, p_effective_date, 'Contractual Earnings',
2166: 'R', 'D', l_rate, l_error_message, null, null);*/
2167:
2168: /*pgopal - Bug 5441078 fix - Passing absence start date*/
2169: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
2170: (p_assignment_id, p_abs_start_date, 'Contractual Earnings',
2171: 'R', 'D', l_rate, l_error_message, null, null);
2172:
2173: -- Override social security date was present.

Line 3525: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3521:
3522: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
3523: IF l_gen_hour_sal = 'S' THEN
3524:
3525: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3526: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3527: 'R', 'D', l_rate, l_error_message, null, null);*/
3528: /*pgopal - Bug 5441078 fix - Passing absence start date*/
3529: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 3529: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3525: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3526: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3527: 'R', 'D', l_rate, l_error_message, null, null);*/
3528: /*pgopal - Bug 5441078 fix - Passing absence start date*/
3529: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3530: (p_assignment_id, p_abs_start_date, 'Contractual Earnings',
3531: 'R', 'D', l_rate, l_error_message, null, null);
3532:
3533: -- Override social security date was present.

Line 3949: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3945: l_g_rate := GET_GRATE(l_initial_abs_st_date, p_assignment_id, p_business_group_id);
3946:
3947: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
3948: IF l_gen_hour_sal = 'S' THEN
3949: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3950: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3951: 'R', 'D', l_rate, l_error_message, null, null);*/
3952: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
3953: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 3953: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3949: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3950: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3951: 'R', 'D', l_rate, l_error_message, null, null);*/
3952: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
3953: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3954: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
3955: 'R', 'D', l_rate, l_error_message, null, null);
3956:
3957: -- Override social security date was present.

Line 4410: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4406:
4407: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
4408: IF l_gen_hour_sal = 'S' THEN
4409:
4410: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4411: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4412: 'R', 'D', l_rate, l_error_message, null, null);*/
4413: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4414: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 4414: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4410: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4411: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4412: 'R', 'D', l_rate, l_error_message, null, null);*/
4413: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4414: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4415: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
4416: 'R', 'D', l_rate, l_error_message, null, null);
4417:
4418:

Line 4874: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4870:
4871: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
4872: IF l_gen_hour_sal = 'S' THEN
4873:
4874: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4875: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4876: 'R', 'D', l_rate, l_error_message, null, null);*/
4877: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4878: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 4878: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4874: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4875: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4876: 'R', 'D', l_rate, l_error_message, null, null);*/
4877: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4878: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4879: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
4880: 'R', 'D', l_rate, l_error_message, null, null);
4881:
4882:

Line 5343: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5339:
5340: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
5341: IF l_gen_hour_sal = 'S' THEN
5342:
5343: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5344: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5345: 'R', 'D', l_rate, l_error_message, null, null);*/
5346: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5347: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 5347: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5343: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5344: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5345: 'R', 'D', l_rate, l_error_message, null, null);*/
5346: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5347: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5348: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
5349: 'R', 'D', l_rate, l_error_message, null, null);
5350:
5351:

Line 5863: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5859:
5860: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
5861: IF l_gen_hour_sal = 'S' THEN
5862:
5863: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5864: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5865: 'R', 'D', l_rate, l_error_message, null, null);*/
5866: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5867: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 5867: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5863: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5864: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5865: 'R', 'D', l_rate, l_error_message, null, null);*/
5866: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5867: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5868: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
5869: 'R', 'D', l_rate, l_error_message, null, null);
5870:
5871: -- Override social security date was present.

Line 6399: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

6395:
6396: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
6397: IF l_gen_hour_sal = 'S' THEN
6398:
6399: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6400: (p_assignment_id, p_effective_date, 'Contractual Earnings',
6401: 'R', 'D', l_rate, l_error_message, null, null);*/
6402: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
6403: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 6403: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

6399: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6400: (p_assignment_id, p_effective_date, 'Contractual Earnings',
6401: 'R', 'D', l_rate, l_error_message, null, null);*/
6402: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
6403: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6404: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
6405: 'R', 'D', l_rate, l_error_message, null, null);
6406:
6407: -- Override social security date was present.