DBA Data[Home] [Help]

APPS.BOMPLDCI dependencies on BOMPLDCI

Line 1: package body BOMPLDCI as

1: package body BOMPLDCI as
2: /* $Header: BOMLDCIB.pls 115.7 99/09/16 16:00:42 porting ship $ */
3:
4: function get_validation_org ( opunit in number,
5: site_level_org_id in number)

Line 135: /* ATOPUTIL.info('In BOMPLDCI'); */

131: ** Check delimiter to ensure it is a length of one and that it
132: ** isn't the same as the item delimiter value.
133: */
134:
135: /* ATOPUTIL.info('In BOMPLDCI'); */
136: stmt_num := 5;
137: select length(ci_delimiter) into del_len from dual;
138: if (del_len <> 1 ) then
139: raise del_error;

Line 1311: error_message := 'BOMPLDCI: ' || to_char(stmt_num) || 'raised multi_org_error';

1307: error_message := 'BOM_ATO_CONFIG_SEGMENT_ERROR';
1308: return(0);
1309: WHEN multiorg_error THEN
1310: message_name := 'BOM_ATO_LINK_ERROR';
1311: error_message := 'BOMPLDCI: ' || to_char(stmt_num) || 'raised multi_org_error';
1312: return(0);
1313: WHEN del_error THEN
1314: message_name := 'BOM_ATO_DELIMITER_ERROR';
1315: error_message := 'BOMPLDCI:'||to_char(stmt_num)||':' || substrb(sqlerrm,1,130);

Line 1315: error_message := 'BOMPLDCI:'||to_char(stmt_num)||':' || substrb(sqlerrm,1,130);

1311: error_message := 'BOMPLDCI: ' || to_char(stmt_num) || 'raised multi_org_error';
1312: return(0);
1313: WHEN del_error THEN
1314: message_name := 'BOM_ATO_DELIMITER_ERROR';
1315: error_message := 'BOMPLDCI:'||to_char(stmt_num)||':' || substrb(sqlerrm,1,130);
1316: return(0);
1317: WHEN dupl_error THEN
1318: message_name := 'BOM_ATO_DUPL_CONFIG_NAME';
1319: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);

Line 1319: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);

1315: error_message := 'BOMPLDCI:'||to_char(stmt_num)||':' || substrb(sqlerrm,1,130);
1316: return(0);
1317: WHEN dupl_error THEN
1318: message_name := 'BOM_ATO_DUPL_CONFIG_NAME';
1319: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1320: return(0);
1321: WHEN loop_other_error THEN
1322: message_name := 'BOM_ATO_LOAD_LOOP_ERROR';
1323: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);

Line 1323: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);

1319: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1320: return(0);
1321: WHEN loop_other_error THEN
1322: message_name := 'BOM_ATO_LOAD_LOOP_ERROR';
1323: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1324: return(0);
1325: WHEN OTHERS THEN
1326: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1327: message_name := 'BOM_ATO_LOAD_ERROR';

Line 1326: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);

1322: message_name := 'BOM_ATO_LOAD_LOOP_ERROR';
1323: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1324: return(0);
1325: WHEN OTHERS THEN
1326: error_message := 'BOMPLDCI:' ||to_char(stmt_num)||':'|| substrb(sqlerrm,1,130);
1327: message_name := 'BOM_ATO_LOAD_ERROR';
1328: return(0);
1329:
1330: end bmldite_load_item;

Line 1331: end BOMPLDCI;

1327: message_name := 'BOM_ATO_LOAD_ERROR';
1328: return(0);
1329:
1330: end bmldite_load_item;
1331: end BOMPLDCI;
1332: