DBA Data[Home] [Help]

APPS.IGS_AD_IMP_024 dependencies on IGS_GE_MSG_STACK

Line 156: l_msg_at_index := igs_ge_msg_stack.count_msg;

152: p_trans_record.quartile_rank := NULL;
153: p_trans_record.quintile_rank := NULL;
154: END IF;
155: END IF;
156: l_msg_at_index := igs_ge_msg_stack.count_msg;
157: SAVEPOINT before_create_transcript;
158: igs_ad_transcript_pkg.insert_row(
159: x_rowid => l_rowid,
160: x_quintile_rank => p_trans_record.quintile_rank,

Line 285: l_msg_at_index := igs_ge_msg_stack.count_msg;

281: p_trans_record.quartile_rank := NULL;
282: p_trans_record.quintile_rank := NULL;
283: END IF;
284: END IF;
285: l_msg_at_index := igs_ge_msg_stack.count_msg;
286: SAVEPOINT before_update_transcript;
287: igs_ad_transcript_pkg.update_row(
288: X_ROWID => dup_cur_rec.rowid,
289: X_QUINTILE_RANK =>NVL(p_trans_record.QUINTILE_RANK, dup_cur_rec.QUINTILE_RANK),

Line 780: l_msg_at_index := igs_ge_msg_stack.count_msg;

776: l_hash_msg_name_text_type_tab igs_ad_gen_016.g_msg_name_text_type_table;
777: l_error_code VARCHAR2(4) := NULL;
778: l_error_text VARCHAR2(2000):= NULL;
779: BEGIN
780: l_msg_at_index := igs_ge_msg_stack.count_msg;
781: SAVEPOINT before_create_term;
782: igs_ad_term_details_pkg.insert_row(
783: l_rowid,
784: l_term_details_id ,

Line 873: l_msg_at_index := igs_ge_msg_stack.count_msg;

869: l_hash_msg_name_text_type_tab igs_ad_gen_016.g_msg_name_text_type_table;
870: l_error_code VARCHAR2(4) := NULL;
871: l_error_text VARCHAR2(2000):= NULL;
872: BEGIN
873: l_msg_at_index := igs_ge_msg_stack.count_msg;
874: SAVEPOINT before_update_term;
875: igs_ad_term_details_pkg.update_row(
876: X_ROWID => dup_cur_rec.rowid ,
877: X_TERM_DETAILS_ID => dup_cur_rec.term_details_id ,

Line 1216: l_msg_at_index := igs_ge_msg_stack.count_msg;

1212: l_hash_msg_name_text_type_tab igs_ad_gen_016.g_msg_name_text_type_table;
1213: l_error_code VARCHAR2(4) := NULL;
1214: l_error_text VARCHAR2(2000):= NULL;
1215: BEGIN
1216: l_msg_at_index := igs_ge_msg_stack.count_msg;
1217: SAVEPOINT before_create_unit;
1218: igs_ad_term_unitdtls_pkg.insert_row(
1219: l_rowid ,
1220: l_unit_details_id ,

Line 1309: l_msg_at_index := igs_ge_msg_stack.count_msg;

1305: l_hash_msg_name_text_type_tab igs_ad_gen_016.g_msg_name_text_type_table;
1306: l_error_code VARCHAR2(4) := NULL;
1307: l_error_text VARCHAR2(2000):= NULL;
1308: BEGIN
1309: l_msg_at_index := igs_ge_msg_stack.count_msg;
1310: SAVEPOINT before_update_unit;
1311: igs_ad_term_unitdtls_pkg.update_row(
1312: X_ROWID => dup_cur_rec.rowid ,
1313: X_UNIT_DETAILS_ID => dup_cur_rec.UNIT_DETAILS_ID ,