DBA Data[Home] [Help]

APPS.CSTPPLLC dependencies on CSTPPLLC

Line 1: PACKAGE BODY CSTPPLLC as

1: PACKAGE BODY CSTPPLLC as
2: /* $Header: CSTPLLCB.pls 120.1.12010000.2 2008/08/08 12:32:11 smsasidh ship $*/
3:
4: /*--------------------------------------------------------------------------
5: PRIVATE PROCEDURE

Line 303: o_err_msg := 'CSTPPLLC:'

299: END IF;
300: EXCEPTION
301: WHEN others THEN
302: o_err_num := SQLCODE;
303: o_err_msg := 'CSTPPLLC:'
304: || 'get_assembly_components:'
305: || to_char(l_stmt_num)
306: || ' '
307: || substr(SQLERRM,1,150);

Line 560: o_err_msg := 'CSTPPLLC:'

556: AND pac_period_id = i_pac_period_id;
557:
558: o_err_num := -999;
559: o_err_code := 'LOOP';
560: o_err_msg := 'CSTPPLLC:'
561: || 'calc_low_level_codes:'
562: || to_char(l_stmt_num)
563: || ' '
564: || 'A potential loop dependency is detected between the '

Line 575: o_err_msg := 'CSTPPLLC:'

571: AND pac_period_id = i_pac_period_id;
572:
573: o_err_num := -999;
574: o_err_code := 'LOOP';
575: o_err_msg := 'CSTPPLLC:'
576: || 'calc_low_level_codes:'
577: || to_char(l_stmt_num)
578: || ' '
579: || 'A loop dependency is detected between '

Line 600: o_err_msg := 'CSTPPLLC:'

596: CLOSE C_looping_transactions;
597: WHEN others THEN
598: o_err_num := SQLCODE;
599: o_err_code := '';
600: o_err_msg := 'CSTPPLLC:'
601: || 'calc_low_level_codes:'
602: || to_char(l_stmt_num)
603: || ' '
604: || substr(SQLERRM,1,150);

Line 721: o_err_msg := 'CSTPPLLC:'

717: o_err_num := l_err_num;
718: o_err_msg := l_err_msg;
719: WHEN others THEN
720: o_err_num := SQLCODE;
721: o_err_msg := 'CSTPPLLC:'
722: || 'pac_low_level_codes:'
723: || to_char(l_stmt_num)
724: || ' '
725: || substr(SQLERRM,1,150);

Line 728: END CSTPPLLC;

724: || ' '
725: || substr(SQLERRM,1,150);
726: END pac_low_level_codes;
727:
728: END CSTPPLLC;