DBA Data[Home] [Help]

APPS.SSP_PAD_PKG dependencies on FND_DATE

Line 1005: fnd_date.chardate_to_date(ssp_smp_support_pkg.value

1001: /*to_date (ssp_smp_support_pkg.value
1002: (entry.element_entry_id,
1003: ssp_pad_pkg.c_week_commencing_name),
1004: 'DD-MON-YYYY') WEEK_COMMENCING,*/
1005: fnd_date.chardate_to_date(ssp_smp_support_pkg.value
1006: (entry.element_entry_id,
1007: ssp_pad_pkg.c_week_commencing_name)) WEEK_COMMENCING,
1008: to_number(ssp_smp_support_pkg.value (entry.element_entry_id,
1009: ssp_pad_pkg.c_amount_name)) AMOUNT,

Line 1273: p_entry_value2 => fnd_date.date_to_chardate(old_entry.week_commencing),

1269: p_input_value_id4=> g_PAD_correction_element.recoverable_amount_id,
1270: p_entry_value1=> old_entry.rate,
1271: -- p_entry_value2=> old_entry.week_commencing,
1272: -- p_entry_value2 => to_char(old_entry.week_commencing,'DD-MON-YYYY'),
1273: p_entry_value2 => fnd_date.date_to_chardate(old_entry.week_commencing),
1274: p_entry_value3=> old_entry.amount * -1,
1275: p_entry_value4=> old_entry.recoverable_amount * -1);
1276: --
1277: --New entry will be created by brand_new_entries loop if not p_deleting