DBA Data[Home] [Help]

APPS.WMS_CARTONIZATION_USER_PUB dependencies on WMS_CARTONIZATION_USER_PUB

Line 1: PACKAGE BODY WMS_CARTONIZATION_USER_PUB AS

1: PACKAGE BODY WMS_CARTONIZATION_USER_PUB AS
2: /* $Header: WMSCRTUB.pls 120.2 2008/04/16 19:24:38 rsagar noship $*/
3:
4: PROCEDURE log_event(
5: p_message VARCHAR2)

Line 46: log_event(' Inside customer code WMS_CARTONIZATION_USER_PUB.CARTONIZE()');

42: l_to_lpn VARCHAR2(400);
43: l_msg_count NUMBER;
44: l_msg_data VARCHAR2(5000);
45: BEGIN
46: log_event(' Inside customer code WMS_CARTONIZATION_USER_PUB.CARTONIZE()');
47: -- Customer code.
48:
49: log_event('p_task_table.COUNT : '|| p_task_table.COUNT);
50:

Line 94: log_event('Unexpected Error in WMS_CARTONIZATION_USER_PUB.CARTONIZE()');

90: */
91: x_return_status := 'S';
92: EXCEPTION -- Bug : 6962305
93: WHEN OTHERS THEN
94: log_event('Unexpected Error in WMS_CARTONIZATION_USER_PUB.CARTONIZE()');
95: log_event('SQLERRM : ' || SQLERRM);
96: log_event('SQLERRM : ' || SQLCODE);
97: x_return_status := 'E';
98: END;

Line 100: END WMS_CARTONIZATION_USER_PUB;

96: log_event('SQLERRM : ' || SQLCODE);
97: x_return_status := 'E';
98: END;
99:
100: END WMS_CARTONIZATION_USER_PUB;