DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on FND_DATE

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

3027: ----p_date := nvl(trunc(TO_DATE(p_default_date, 'yyyy/mm/dd hh24:mi:ss')),trunc(sysdate));
3028: -- end bug#4459229
3029:
3030: ----Hari bug# 5704211
3031: p_date := nvl(fnd_date.canonical_to_date(p_default_date), trunc(sysdate));
3032:
3033: --Added this If condition so that the table does not get
3034: --truncated during the restart of the parent
3035: If(FND_CONC_GLOBAL.request_data is null) THEN