DBA Data[Home] [Help]

APPS.PAY_JP_PROCESS_CMI_SS dependencies on FND_DATE

Line 87: l_ev_rec_tbl(12).entry_value := fnd_date.date_to_canonical(p_update_date);

83: l_ev_rec_tbl(8).entry_value := fnd_number.number_to_canonical(p_equivalent_cost);
84: l_ev_rec_tbl(9).entry_value := p_pay_start_month;
85: l_ev_rec_tbl(10).entry_value := p_pay_end_month;
86: l_ev_rec_tbl(11).entry_value := p_si_start_month_code;
87: l_ev_rec_tbl(12).entry_value := fnd_date.date_to_canonical(p_update_date);
88: l_ev_rec_tbl(13).entry_value := p_update_reason_code;
89: l_ev_rec_tbl(14).entry_value := p_comments;
90: l_ev_rec_tbl(15).entry_value := null;
91: --

Line 727: p_entry_value11 => fnd_date.date_to_canonical(p_update_date),

723: p_entry_value7 => fnd_number.number_to_canonical(p_amount),
724: p_entry_value8 => p_pay_start_month,
725: p_entry_value9 => p_pay_end_month,
726: p_entry_value10 => p_si_start_month_code,
727: p_entry_value11 => fnd_date.date_to_canonical(p_update_date),
728: p_entry_value12 => p_update_reason_code,
729: p_entry_value13 => p_comments,
730: p_entry_value14 => null,
731: p_entry_value15 => null,

Line 884: p_entry_value12 => fnd_date.date_to_canonical(p_update_date),

880: p_entry_value8 => fnd_number.number_to_canonical(p_equivalent_cost),
881: p_entry_value9 => p_pay_start_month,
882: p_entry_value10 => p_pay_end_month,
883: p_entry_value11 => p_si_start_month_code,
884: p_entry_value12 => fnd_date.date_to_canonical(p_update_date),
885: p_entry_value13 => p_update_reason_code,
886: p_entry_value14 => p_comments,
887: p_entry_value15 => null,
888: --

Line 1032: p_entry_value11 => fnd_date.date_to_displaydate(p_update_date),

1028: p_entry_value8 => p_pay_start_month,
1029: p_entry_value9 => p_pay_end_month,
1030: p_entry_value10 => p_si_start_month_code,
1031: -- canonical date format is not acceptable for this api
1032: p_entry_value11 => fnd_date.date_to_displaydate(p_update_date),
1033: p_entry_value12 => p_update_reason_code,
1034: p_entry_value13 => p_comments,
1035: p_entry_value14 => null,
1036: p_entry_value15 => null,

Line 1189: p_entry_value11 => fnd_date.date_to_displaydate(p_update_date),

1185: p_entry_value8 => p_pay_start_month,
1186: p_entry_value9 => p_pay_end_month,
1187: p_entry_value10 => p_si_start_month_code,
1188: -- canonical date format is not acceptable for this api
1189: p_entry_value11 => fnd_date.date_to_displaydate(p_update_date),
1190: p_entry_value12 => p_update_reason_code,
1191: p_entry_value13 => p_comments,
1192: p_entry_value14 => null,
1193: p_entry_value15 => null,

Line 1350: p_entry_value12 => fnd_date.date_to_displaydate(p_update_date),

1346: p_entry_value9 => p_pay_start_month,
1347: p_entry_value10 => p_pay_end_month,
1348: p_entry_value11 => p_si_start_month_code,
1349: -- canonical date format is not acceptable for this api
1350: p_entry_value12 => fnd_date.date_to_displaydate(p_update_date),
1351: p_entry_value13 => p_update_reason_code,
1352: p_entry_value14 => p_comments,
1353: p_entry_value15 => null,
1354: --

Line 1510: p_entry_value12 => fnd_date.date_to_displaydate(p_update_date),

1506: p_entry_value9 => p_pay_start_month,
1507: p_entry_value10 => p_pay_end_month,
1508: p_entry_value11 => p_si_start_month_code,
1509: -- canonical date format is not acceptable for this api
1510: p_entry_value12 => fnd_date.date_to_displaydate(p_update_date),
1511: p_entry_value13 => p_update_reason_code,
1512: p_entry_value14 => p_comments,
1513: p_entry_value15 => null,
1514: --

Line 1821: l_tran_rec.entry_value11 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value11));

1817: -- pay_element_entry_api.create_element_entry and update_element_entry don't accept canonical date format
1818: -- canonical date format must be converted to display date format
1819: -- if the api will be fixed in the future, following lines can be removed
1820: if l_tran_rec.commutation_type = 'TRAIN' and l_tran_rec.entry_value11 is not null then
1821: l_tran_rec.entry_value11 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value11));
1822: elsif l_tran_rec.commutation_type = 'CAR' and l_tran_rec.entry_value12 is not null then
1823: l_tran_rec.entry_value12 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value12));
1824: end if;
1825: --

Line 1823: l_tran_rec.entry_value12 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value12));

1819: -- if the api will be fixed in the future, following lines can be removed
1820: if l_tran_rec.commutation_type = 'TRAIN' and l_tran_rec.entry_value11 is not null then
1821: l_tran_rec.entry_value11 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value11));
1822: elsif l_tran_rec.commutation_type = 'CAR' and l_tran_rec.entry_value12 is not null then
1823: l_tran_rec.entry_value12 := fnd_date.date_to_displaydate(fnd_date.canonical_to_date(l_tran_rec.entry_value12));
1824: end if;
1825: --
1826: -- Some flex fields use the session values
1827: hr_util_misc_web.insert_session_row(l_tran_rec.effective_date);