DBA Data[Home] [Help]

APPS.MSC_X_PURGE_SUPDEM_HISTORY_PKG dependencies on FND_DATE

Line 46: lv_from_date_offset := sysdate-fnd_date.canonical_to_date(p_from_date); /* Bug 4504227 */

42: BEGIN
43:
44: if (p_from_date is not null) then
45: log_message('p_from_date '||p_from_date) ;
46: lv_from_date_offset := sysdate-fnd_date.canonical_to_date(p_from_date); /* Bug 4504227 */
47: log_message('lv_from_date_offset '||lv_from_date_offset) ;
48: end if;
49:
50: if (p_to_date is not null) then

Line 52: lv_to_date_offset := sysdate-fnd_date.canonical_to_date(p_to_date); /* Bug 4504227 */

48: end if;
49:
50: if (p_to_date is not null) then
51: log_message('p_to_date '||p_to_date) ;
52: lv_to_date_offset := sysdate-fnd_date.canonical_to_date(p_to_date); /* Bug 4504227 */
53: log_message('lv_to_date_offset '||lv_to_date_offset) ;
54:
55: end if;
56: