DBA Data[Home] [Help]

APPS.PA_PAXINGEN_XMLP_PKG dependencies on DUAL

Line 177: dual ;

173: BEGIN
174: select
175: TO_CHAR(project_closed_after, 'DD-Mon-RRRR') INTO pca_date
176: from
177: dual ;
178: exception
179: when no_data_found then
180: null;
181: when others then