DBA Data[Home] [Help]

APPS.XNP_WSGL dependencies on XNP_CG$ERRORS

Line 2203: XNP_cg$errors.push(p_mess,'E','WSG',0,null);

2199: --
2200: --------------------------------------------------------------------------------
2201: procedure StoreErrorMessage(p_mess in varchar2) is
2202: begin
2203: XNP_cg$errors.push(p_mess,'E','WSG',0,null);
2204: end;
2205:
2206:
2207: --------------------------------------------------------------------------------