DBA Data[Home] [Help]

APPS.PO_POXRCPPV_XMLP_PKG dependencies on DUAL

Line 32: FROM DUAL;

28:
29: if P_Trans_Date_to is not null then
30: SELECT trunc(P_Trans_Date_to) +1 - .00001
31: INTO P_Trans_Date_to
32: FROM DUAL;
33: end if;
34:
35: /*SRW.USER_EXIT('FND SRWINIT');*/null;
36: