DBA Data[Home] [Help]

APPS.CSTPCFMS dependencies on CSTPCFMS

Line 1: PACKAGE BODY CSTPCFMS AS

1: PACKAGE BODY CSTPCFMS AS
2: /* $Header: CSTCFMSB.pls 120.1.12010000.2 2008/10/27 21:45:33 hyu ship $ */
3:
4: G_DEBUG CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5:

Line 9: msg_module IN VARCHAR2 DEFAULT 'CSTPCFMS',

5:
6: PROCEDURE debug
7: ( line IN VARCHAR2,
8: msg_prefix IN VARCHAR2 DEFAULT 'CST',
9: msg_module IN VARCHAR2 DEFAULT 'CSTPCFMS',
10: msg_level IN NUMBER DEFAULT FND_LOG.LEVEL_STATEMENT)
11: IS
12: l_msg_prefix VARCHAR2(64);
13: l_msg_level NUMBER;

Line 118: debug('CSTPCFMS:WIP_CFM_CBR:' || to_char(where_num) || substr(SQLERRM,1,150));

114:
115: EXCEPTION
116: WHEN OTHERS THEN
117: ROLLBACK;
118: debug('CSTPCFMS:WIP_CFM_CBR:' || to_char(where_num) || substr(SQLERRM,1,150));
119: err_buf := 'CSTPCFMS:WIP_CFM_CBR' || to_char(where_num) || substr(SQLERRM,1,150);
120: RETURN(SQLCODE);
121: END wip_cfm_cbr;
122:

Line 119: err_buf := 'CSTPCFMS:WIP_CFM_CBR' || to_char(where_num) || substr(SQLERRM,1,150);

115: EXCEPTION
116: WHEN OTHERS THEN
117: ROLLBACK;
118: debug('CSTPCFMS:WIP_CFM_CBR:' || to_char(where_num) || substr(SQLERRM,1,150));
119: err_buf := 'CSTPCFMS:WIP_CFM_CBR' || to_char(where_num) || substr(SQLERRM,1,150);
120: RETURN(SQLCODE);
121: END wip_cfm_cbr;
122:
123: /************************************************

Line 338: err_msg := 'CSTPCFMS:' || 'wip_cfm_complete:' || to_char(stmt_num) ||

334:
335: EXCEPTION
336: WHEN OTHERS THEN
337: err_num := SQLCODE;
338: err_msg := 'CSTPCFMS:' || 'wip_cfm_complete:' || to_char(stmt_num) ||
339: ' ' || substr(SQLERRM,1,150);
340: debug(err_msg);
341: END wip_cfm_complete;
342:

Line 561: err_msg := 'CSTPCFMS:' || 'wip_cfm_assy_return:' || to_char(stmt_num) ||

557:
558: EXCEPTION
559: WHEN OTHERS THEN
560: err_num := SQLCODE;
561: err_msg := 'CSTPCFMS:' || 'wip_cfm_assy_return:' || to_char(stmt_num) ||
562: ' ' || substr(SQLERRM,1,150);
563: debug(err_msg);
564: END wip_cfm_assy_return;
565:

Line 934: err_msg := 'CSTPCFMS:' || 'wip_cfm_var_relief:' || to_char(stmt_num) ||

930:
931: WHEN OTHERS THEN
932: rollback;
933: err_num := SQLCODE;
934: err_msg := 'CSTPCFMS:' || 'wip_cfm_var_relief:' || to_char(stmt_num) ||
935: ' ' || substr(SQLERRM,1,150);
936: debug(err_msg);
937: END wip_cfm_var_relief;
938:

Line 939: END CSTPCFMS; /* end package body */

935: ' ' || substr(SQLERRM,1,150);
936: debug(err_msg);
937: END wip_cfm_var_relief;
938:
939: END CSTPCFMS; /* end package body */