DBA Data[Home] [Help]

APPS.PAY_NL_GENERAL dependencies on FND_DATE

Line 1490: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)

1486: and piv.name = 'SI Type'
1487: and pac.context_value = prv1.result_value
1488: and pac.context_value = p_context
1489: and ppa.effective_date
1490: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)
1491: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)
1492: and ppa.effective_date between piv.effective_Start_Date and piv.effective_end_date
1493: and paa.assignment_action_id=p_assact_id;
1494:

Line 1491: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)

1487: and pac.context_value = prv1.result_value
1488: and pac.context_value = p_context
1489: and ppa.effective_date
1490: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)
1491: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)
1492: and ppa.effective_date between piv.effective_Start_Date and piv.effective_end_date
1493: and paa.assignment_action_id=p_assact_id;
1494:
1495: CURSOR csr_retro_element IS

Line 1517: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)

1513: and piv.name ='Pay Value'
1514: and prv.input_value_id = piv.input_value_id
1515: -- and ppa.payroll_action_id=nvl(p_pact_id,ppa.payroll_action_id)
1516: and ppa.effective_date
1517: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)
1518: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)
1519: and paa.assignment_action_id=p_assact_id;
1520: l_value number;
1521: begin

Line 1518: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)

1514: and prv.input_value_id = piv.input_value_id
1515: -- and ppa.payroll_action_id=nvl(p_pact_id,ppa.payroll_action_id)
1516: and ppa.effective_date
1517: between nvl(trunc(fnd_date.canonical_to_date(P_END_OF_YEAR),'Y'),ppa.effective_date)
1518: and nvl(fnd_date.canonical_to_date(P_END_OF_YEAR),ppa.effective_date)
1519: and paa.assignment_action_id=p_assact_id;
1520: l_value number;
1521: begin
1522: if p_context is not null then

Line 2677: and pra.reprocess_date >= fnd_date.canonical_to_date(p_reprocess_date) --from conc parameter

2673: pay_retro_assignments pra,
2674: per_all_assignments_f paaf
2675: where
2676: pra.assignment_id = paaf.assignment_id
2677: and pra.reprocess_date >= fnd_date.canonical_to_date(p_reprocess_date) --from conc parameter
2678: and pra.retro_assignment_action_id IS NULL
2679: and pra.approval_status in ('A', 'P')
2680: and paaf.payroll_id = NVL(p_payroll_id,paaf.payroll_id) --from conc parameter
2681: and pra.reprocess_date between paaf.effective_start_date and paaf.effective_end_date