DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on FND_DATE

Line 6184: p_date := nvl(fnd_date.canonical_to_date(p_default_date), trunc(sysdate));

6180: ----p_date := nvl(trunc(TO_DATE(p_default_date, 'yyyy/mm/dd hh24:mi:ss')),trunc(sysdate));
6181: -- end bug#4459229
6182:
6183: ----Hari bug# 5704211
6184: p_date := nvl(fnd_date.canonical_to_date(p_default_date), trunc(sysdate));
6185:
6186: --Added this If condition so that the table does not get
6187: --truncated during the restart of the parent
6188: If(FND_CONC_GLOBAL.request_data is null) THEN