DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on DUAL

Line 2669: from dual;

2665: IF (p_deposit_date IS NULL)
2666: THEN
2667: Select trunc(sysdate)
2668: into p_deposit_date
2669: from dual;
2670: END IF;
2671:
2672: -- default the gl_date
2673: IF p_gl_date IS NULL THEN