DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_DNM_PKG

Line 1202: xtr_dnm_pkg.authorize(p_batch_id);

1198: */
1199:
1200: -- 3050444 new issue 2
1201: BEGIN
1202: xtr_dnm_pkg.authorize(p_batch_id);
1203: EXCEPTION
1204: when others then
1205: p_retcode := 2;
1206: END;