DBA Data[Home] [Help]

APPS.PAY_NO_ABSENCE dependencies on PQP_RATES_HISTORY_CALC

Line 2208: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

2204:
2205: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
2206: IF l_gen_hour_sal = 'S' THEN
2207:
2208: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
2209: (p_assignment_id, p_effective_date, 'Contractual Earnings',
2210: 'R', 'D', l_rate, l_error_message, null, null);*/
2211:
2212: /*pgopal - Bug 5441078 fix - Passing absence start date*/

Line 2213: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

2209: (p_assignment_id, p_effective_date, 'Contractual Earnings',
2210: 'R', 'D', l_rate, l_error_message, null, null);*/
2211:
2212: /*pgopal - Bug 5441078 fix - Passing absence start date*/
2213: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
2214: (p_assignment_id, p_abs_start_date, 'Contractual Earnings',
2215: 'R', 'D', l_rate, l_error_message, null, null);
2216:
2217: -- Override social security date was present.

Line 3605: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3601:
3602: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
3603: IF l_gen_hour_sal = 'S' THEN
3604:
3605: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3606: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3607: 'R', 'D', l_rate, l_error_message, null, null);*/
3608: /*pgopal - Bug 5441078 fix - Passing absence start date*/
3609: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 3609: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

3605: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3606: (p_assignment_id, p_effective_date, 'Contractual Earnings',
3607: 'R', 'D', l_rate, l_error_message, null, null);*/
3608: /*pgopal - Bug 5441078 fix - Passing absence start date*/
3609: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
3610: (p_assignment_id, p_abs_start_date, 'Contractual Earnings',
3611: 'R', 'D', l_rate, l_error_message, null, null);
3612:
3613: -- Override social security date was present.

Line 4029: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4025: l_g_rate := GET_GRATE(l_initial_abs_st_date, p_assignment_id, p_business_group_id);
4026:
4027: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
4028: IF l_gen_hour_sal = 'S' THEN
4029: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4030: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4031: 'R', 'D', l_rate, l_error_message, null, null);*/
4032: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4033: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 4033: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4029: /* l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4030: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4031: 'R', 'D', l_rate, l_error_message, null, null);*/
4032: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4033: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4034: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
4035: 'R', 'D', l_rate, l_error_message, null, null);
4036:
4037: -- Override social security date was present.

Line 4491: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4487:
4488: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
4489: IF l_gen_hour_sal = 'S' THEN
4490:
4491: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4492: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4493: 'R', 'D', l_rate, l_error_message, null, null);*/
4494: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4495: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 4495: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4491: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4492: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4493: 'R', 'D', l_rate, l_error_message, null, null);*/
4494: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4495: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4496: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
4497: 'R', 'D', l_rate, l_error_message, null, null);
4498:
4499:

Line 4956: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4952:
4953: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
4954: IF l_gen_hour_sal = 'S' THEN
4955:
4956: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4957: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4958: 'R', 'D', l_rate, l_error_message, null, null);*/
4959: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4960: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 4960: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

4956: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4957: (p_assignment_id, p_effective_date, 'Contractual Earnings',
4958: 'R', 'D', l_rate, l_error_message, null, null);*/
4959: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
4960: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
4961: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
4962: 'R', 'D', l_rate, l_error_message, null, null);
4963:
4964:

Line 5426: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5422:
5423: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
5424: IF l_gen_hour_sal = 'S' THEN
5425:
5426: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5427: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5428: 'R', 'D', l_rate, l_error_message, null, null);*/
5429: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5430: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 5430: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5426: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5427: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5428: 'R', 'D', l_rate, l_error_message, null, null);*/
5429: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5430: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5431: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
5432: 'R', 'D', l_rate, l_error_message, null, null);
5433:
5434:

Line 5947: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5943:
5944: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
5945: IF l_gen_hour_sal = 'S' THEN
5946:
5947: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5948: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5949: 'R', 'D', l_rate, l_error_message, null, null);*/
5950: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5951: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 5951: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

5947: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5948: (p_assignment_id, p_effective_date, 'Contractual Earnings',
5949: 'R', 'D', l_rate, l_error_message, null, null);*/
5950: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
5951: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
5952: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
5953: 'R', 'D', l_rate, l_error_message, null, null);
5954:
5955: -- Override social security date was present.

Line 6484: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

6480:
6481: -- Calculation of daily rate for salaried employees (based on input value not actual payroll)
6482: IF l_gen_hour_sal = 'S' THEN
6483:
6484: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6485: (p_assignment_id, p_effective_date, 'Contractual Earnings',
6486: 'R', 'D', l_rate, l_error_message, null, null);*/
6487: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
6488: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

Line 6488: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY

6484: /*l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6485: (p_assignment_id, p_effective_date, 'Contractual Earnings',
6486: 'R', 'D', l_rate, l_error_message, null, null);*/
6487: /*pgopal - Bug 5441078 fix - Passing initial absence start date*/
6488: l_return := PQP_RATES_HISTORY_CALC.RATES_HISTORY
6489: (p_assignment_id, l_initial_abs_st_date, 'Contractual Earnings',
6490: 'R', 'D', l_rate, l_error_message, null, null);
6491:
6492: -- Override social security date was present.