DBA Data[Home] [Help]

APPS.GME_BATCH_STEP_CHG_PVT dependencies on GME_DEBUG

Line 98: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

94: ELSE
95: /* set the seq dep ind to the current seq num */
96: act_tab (i).seq_dep_ind := seq_num;
97:
98: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
99: gme_debug.put_line
100: ( g_pkg_name
101: || '.'
102: || l_api_name

Line 99: gme_debug.put_line

95: /* set the seq dep ind to the current seq num */
96: act_tab (i).seq_dep_ind := seq_num;
97:
98: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
99: gme_debug.put_line
100: ( g_pkg_name
101: || '.'
102: || l_api_name
103: || 'found_seq = 0,batchstep_activity_id is'

Line 105: gme_debug.put_line ( g_pkg_name

101: || '.'
102: || l_api_name
103: || 'found_seq = 0,batchstep_activity_id is'
104: || act_tab (i).batchstep_activity_id);
105: gme_debug.put_line ( g_pkg_name
106: || '.'
107: || l_api_name
108: || 'seq. dep. id is'
109: || act_tab (i).seq_dep_ind);

Line 178: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

174: at the normal increment method */
175: act_tab (i).seq_dep_ind := lower_seq + 100;
176: END IF;
177:
178: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
179: gme_debug.put_line
180: ( g_pkg_name
181: || '.'
182: || l_api_name

Line 179: gme_debug.put_line

175: act_tab (i).seq_dep_ind := lower_seq + 100;
176: END IF;
177:
178: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
179: gme_debug.put_line
180: ( g_pkg_name
181: || '.'
182: || l_api_name
183: || 'found_seq = 1,batchstep_activity_id is'

Line 185: gme_debug.put_line ( g_pkg_name

181: || '.'
182: || l_api_name
183: || 'found_seq = 1,batchstep_activity_id is'
184: || act_tab (i).batchstep_activity_id);
185: gme_debug.put_line ( g_pkg_name
186: || '.'
187: || l_api_name
188: || 'seq. dep. id is'
189: || act_tab (i).seq_dep_ind);

Line 412: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

408: IF (v_sds_type = 1)
409: OR (v_sds_type = 2 AND last_res <> v_batchstep_resource_id) THEN
410: last_res := v_batchstep_resource_id;
411:
412: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
413: gme_debug.put_line ( g_pkg_name
414: || '.'
415: || l_api_name
416: || 'v_sds_type ='

Line 413: gme_debug.put_line ( g_pkg_name

409: OR (v_sds_type = 2 AND last_res <> v_batchstep_resource_id) THEN
410: last_res := v_batchstep_resource_id;
411:
412: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
413: gme_debug.put_line ( g_pkg_name
414: || '.'
415: || l_api_name
416: || 'v_sds_type ='
417: || v_sds_type);

Line 418: gme_debug.put_line ( g_pkg_name

414: || '.'
415: || l_api_name
416: || 'v_sds_type ='
417: || v_sds_type);
418: gme_debug.put_line ( g_pkg_name
419: || '.'
420: || l_api_name
421: || 'seq_dep_id ='
422: || v_seq_dep_id);

Line 423: gme_debug.put_line ( g_pkg_name

419: || '.'
420: || l_api_name
421: || 'seq_dep_id ='
422: || v_seq_dep_id);
423: gme_debug.put_line ( g_pkg_name
424: || '.'
425: || l_api_name
426: || 'batchstep resource id = '
427: || v_batchstep_resource_id);

Line 525: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

521: x_return_status := fnd_api.g_ret_sts_success;
522:
523: IF p_batchstep_id IS NOT NULL THEN
524: --clear the dates of only charges associated with the step.
525: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
526: gme_debug.put_line ( g_pkg_name
527: || '.'
528: || l_api_name
529: || 'batch,step ids are'

Line 526: gme_debug.put_line ( g_pkg_name

522:
523: IF p_batchstep_id IS NOT NULL THEN
524: --clear the dates of only charges associated with the step.
525: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
526: gme_debug.put_line ( g_pkg_name
527: || '.'
528: || l_api_name
529: || 'batch,step ids are'
530: || p_batch_id

Line 562: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

558:
559: CLOSE cur_get_batchstep_ids;
560:
561: FOR i IN 1 .. l_gme_batchstep_ids_tab.COUNT LOOP
562: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
563: gme_debug.put_line ( g_pkg_name
564: || l_api_name
565: || 'batch,step ids are'
566: || p_batch_id

Line 563: gme_debug.put_line ( g_pkg_name

559: CLOSE cur_get_batchstep_ids;
560:
561: FOR i IN 1 .. l_gme_batchstep_ids_tab.COUNT LOOP
562: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
563: gme_debug.put_line ( g_pkg_name
564: || l_api_name
565: || 'batch,step ids are'
566: || p_batch_id
567: || l_gme_batchstep_ids_tab (i) );

Line 596: gme_debug.put_line ( g_pkg_name

592: EXCEPTION
593: WHEN OTHERS THEN
594: x_return_status := fnd_api.g_ret_sts_unexp_error;
595: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
596: gme_debug.put_line ( g_pkg_name
597: || '.'
598: || l_api_name
599: || ':'
600: || ' OTHERS:'

Line 647: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

643: x_return_status := fnd_api.g_ret_sts_success;
644:
645: IF p_batchstep_id IS NOT NULL THEN
646: --clear only charges associated with the step.
647: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
648: gme_debug.put_line ( g_pkg_name
649: || '.'
650: || l_api_name
651: || ' batch step ids are'

Line 648: gme_debug.put_line ( g_pkg_name

644:
645: IF p_batchstep_id IS NOT NULL THEN
646: --clear only charges associated with the step.
647: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
648: gme_debug.put_line ( g_pkg_name
649: || '.'
650: || l_api_name
651: || ' batch step ids are'
652: || p_batchstep_id

Line 684: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

680:
681: CLOSE cur_get_batchstep_ids;
682:
683: FOR i IN 1 .. l_gme_batchstep_ids_tab.COUNT LOOP
684: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
685: gme_debug.put_line ( g_pkg_name
686: || '.'
687: || l_api_name
688: || 'batch,step ids are'

Line 685: gme_debug.put_line ( g_pkg_name

681: CLOSE cur_get_batchstep_ids;
682:
683: FOR i IN 1 .. l_gme_batchstep_ids_tab.COUNT LOOP
684: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
685: gme_debug.put_line ( g_pkg_name
686: || '.'
687: || l_api_name
688: || 'batch,step ids are'
689: || p_batch_id

Line 721: gme_debug.put_line ( g_pkg_name

717: x_return_status := fnd_api.g_ret_sts_error;
718: WHEN OTHERS THEN
719: x_return_status := fnd_api.g_ret_sts_unexp_error;
720: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
721: gme_debug.put_line ( g_pkg_name
722: || '.'
723: || l_api_name
724: || ':'
725: || ' OTHERS:'

Line 769: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN

765:
766: l_api_name CONSTANT VARCHAR2 (30) := 'CALC_ACTIVITY_SEQUENCE_NUMBER';
767: l_activity VARCHAR2 (20);
768: BEGIN
769: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
770: gme_debug.put_line (g_pkg_name || '.' || l_api_name || ' Entering');
771: END IF;
772:
773: /* Initialise the return status to success*/

Line 770: gme_debug.put_line (g_pkg_name || '.' || l_api_name || ' Entering');

766: l_api_name CONSTANT VARCHAR2 (30) := 'CALC_ACTIVITY_SEQUENCE_NUMBER';
767: l_activity VARCHAR2 (20);
768: BEGIN
769: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
770: gme_debug.put_line (g_pkg_name || '.' || l_api_name || ' Entering');
771: END IF;
772:
773: /* Initialise the return status to success*/
774: x_return_status := fnd_api.g_ret_sts_success;

Line 787: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN

783: END IF;
784:
785: CLOSE cur_get_seq_dep_ind;
786:
787: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
788: gme_debug.put_line ( g_pkg_name
789: || '.'
790: || l_api_name
791: || ' In loop:seq dep ind,activity are'

Line 788: gme_debug.put_line ( g_pkg_name

784:
785: CLOSE cur_get_seq_dep_ind;
786:
787: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
788: gme_debug.put_line ( g_pkg_name
789: || '.'
790: || l_api_name
791: || ' In loop:seq dep ind,activity are'
792: || x_act_seq_num);

Line 843: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN

839: ,x_act_seq_num => l_activity_sequence_number
840: ,x_return_status => l_return_status);
841:
842: IF x_return_status <> fnd_api.g_ret_sts_success THEN
843: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
844: gme_debug.put_line
845: ('Error in calculating activity sequence number');
846: END IF;
847:

Line 844: gme_debug.put_line

840: ,x_return_status => l_return_status);
841:
842: IF x_return_status <> fnd_api.g_ret_sts_success THEN
843: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
844: gme_debug.put_line
845: ('Error in calculating activity sequence number');
846: END IF;
847:
848: RAISE error_act_seq_num_calc;

Line 860: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN

856:
857: IF (gme_batch_step_charge_dbl.insert_row
858: (p_batch_step_charges_in => l_batchstep_charges_in
859: ,x_batch_step_charges => l_batchstep_charges_in) ) THEN
860: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
861: gme_debug.put_line
862: ('sucessfully inserted into batchstep charges');
863: END IF;
864: ELSE

Line 861: gme_debug.put_line

857: IF (gme_batch_step_charge_dbl.insert_row
858: (p_batch_step_charges_in => l_batchstep_charges_in
859: ,x_batch_step_charges => l_batchstep_charges_in) ) THEN
860: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
861: gme_debug.put_line
862: ('sucessfully inserted into batchstep charges');
863: END IF;
864: ELSE
865: RAISE error_charge_insert;

Line 879: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN

875:
876: IF (gme_batch_step_charge_dbl.insert_row
877: (p_batch_step_charges_in => l_batchstep_charges_in
878: ,x_batch_step_charges => l_batchstep_charges_in) ) THEN
879: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
880: gme_debug.put_line ('sucessfully inserted into batchstep charges');
881: END IF;
882: ELSE
883: RAISE error_charge_insert;

Line 880: gme_debug.put_line ('sucessfully inserted into batchstep charges');

876: IF (gme_batch_step_charge_dbl.insert_row
877: (p_batch_step_charges_in => l_batchstep_charges_in
878: ,x_batch_step_charges => l_batchstep_charges_in) ) THEN
879: IF NVL (g_debug, -1) = gme_debug.g_log_statement THEN
880: gme_debug.put_line ('sucessfully inserted into batchstep charges');
881: END IF;
882: ELSE
883: RAISE error_charge_insert;
884: END IF;

Line 891: gme_debug.put_line ( g_pkg_name

887: x_return_status := fnd_api.g_ret_sts_error;
888: WHEN OTHERS THEN
889: x_return_status := fnd_api.g_ret_sts_unexp_error;
890: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
891: gme_debug.put_line ( g_pkg_name
892: || '.'
893: || l_api_name
894: || ':'
895: || ' OTHERS:'