DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on DUAL

Line 2695: from dual;

2691: IF (p_deposit_date IS NULL)
2692: THEN
2693: Select trunc(sysdate)
2694: into p_deposit_date
2695: from dual;
2696: END IF;
2697:
2698: -- default the gl_date
2699: IF p_gl_date IS NULL THEN