DBA Data[Home] [Help]

APPS.CSTPOYUT dependencies on CSTPOYUT

Line 1: PACKAGE BODY CSTPOYUT AS

1: PACKAGE BODY CSTPOYUT AS
2: /* $Header: CSTOYUTB.pls 115.5 2002/11/08 23:23:08 awwang ship $ */
3:
4: ----------------------------------------------------------------------------
5: -- FUNCTION --

Line 225: o_err_msg := 'CSTPOYUT.update_wip_cost' ||

221: raise_application_error(-20001,x_err_msg);
222: return (0);
223:
224: when others then
225: o_err_msg := 'CSTPOYUT.update_wip_cost' ||
226: substr(SQLERRM,1,150);
227: return 0;
228: END update_wip_cost;
229:

Line 313: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(o_err_msg,1,150);

309: WHEN WSM_ESA_PKG_ERROR THEN
310: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Failure in WSM_ESA_ENABLED : '||'wip_entity_id : '||
311: i_wip_entity_id || ' : ' || x_err_num || ' : ' ||x_err_msg);
312: o_err_num := x_err_num;
313: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(o_err_msg,1,150);
314: return 0;
315: when others then
316: o_err_num := SQLCODE;
317: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(SQLERRM,1,150);

Line 317: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(SQLERRM,1,150);

313: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(o_err_msg,1,150);
314: return 0;
315: when others then
316: o_err_num := SQLCODE;
317: o_err_msg := 'CSTPOYUT.update_woy_status:' || substrb(SQLERRM,1,150);
318: return 0;
319: END update_woy_status;
320:
321:

Line 322: end CSTPOYUT;

318: return 0;
319: END update_woy_status;
320:
321:
322: end CSTPOYUT;