DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on FND_DATE

Line 3578: -- The DD-MON-YYYY is the default format of the fnd_date.

3574: if l_bee_iv_upgrade = 'N' then
3575: --
3576: -- BEE now handles input value of date in canonical format.
3577: -- However the EE API expects the data in the DD-MON-YYYY format.
3578: -- The DD-MON-YYYY is the default format of the fnd_date.
3579: --
3580: if l_inpv_uom_tbl(i) = 'D' then
3581: begin
3582: -- bug no. 3734946

Line 3584: fnd_date.date_to_displaydate(

3580: if l_inpv_uom_tbl(i) = 'D' then
3581: begin
3582: -- bug no. 3734946
3583: /* l_passed_val_tbl(i) := substrb(
3584: fnd_date.date_to_displaydate(
3585: fnd_date.canonical_to_date(l_entry_value_tbl(i))
3586: ),1,60); */
3587:
3588: l_passed_val_tbl(i) := fnd_date.date_to_displaydate(

Line 3585: fnd_date.canonical_to_date(l_entry_value_tbl(i))

3581: begin
3582: -- bug no. 3734946
3583: /* l_passed_val_tbl(i) := substrb(
3584: fnd_date.date_to_displaydate(
3585: fnd_date.canonical_to_date(l_entry_value_tbl(i))
3586: ),1,60); */
3587:
3588: l_passed_val_tbl(i) := fnd_date.date_to_displaydate(
3589: fnd_date.canonical_to_date(l_entry_value_tbl(i)));

Line 3588: l_passed_val_tbl(i) := fnd_date.date_to_displaydate(

3584: fnd_date.date_to_displaydate(
3585: fnd_date.canonical_to_date(l_entry_value_tbl(i))
3586: ),1,60); */
3587:
3588: l_passed_val_tbl(i) := fnd_date.date_to_displaydate(
3589: fnd_date.canonical_to_date(l_entry_value_tbl(i)));
3590: exception
3591: when others then
3592: close csr_table_inp_ids;

Line 3589: fnd_date.canonical_to_date(l_entry_value_tbl(i)));

3585: fnd_date.canonical_to_date(l_entry_value_tbl(i))
3586: ),1,60); */
3587:
3588: l_passed_val_tbl(i) := fnd_date.date_to_displaydate(
3589: fnd_date.canonical_to_date(l_entry_value_tbl(i)));
3590: exception
3591: when others then
3592: close csr_table_inp_ids;
3593: raise invalid_date_format;