DBA Data[Home] [Help]

APPS.PO_POXRCPPV_XMLP_PKG dependencies on DUAL

Line 29: FROM DUAL;

25:
26: if P_Trans_Date_to is not null then
27: SELECT trunc(P_Trans_Date_to) +1 - .00001
28: INTO P_Trans_Date_to
29: FROM DUAL;
30: end if;
31: return (TRUE);
32: exception
33: when others then