DBA Data[Home] [Help]

APPS.IGS_AD_GEN_001 dependencies on IGS_GE_S_LOG

Line 387: v_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE;

383: v_default_msg VARCHAR2(300) DEFAULT NULL;
384: v_message_name VARCHAR2(30);
385: v_message_num NUMBER;
386: v_key VARCHAR2(255) DEFAULT NULL;
387: v_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE;
388: v_delete_sca_ind VARCHAR2(1);
389: v_record_locked BOOLEAN;
390: v_hist_record_locked BOOLEAN;
391: v_fee_ass_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE DEFAULT NULL;

Line 391: v_fee_ass_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE DEFAULT NULL;

387: v_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE;
388: v_delete_sca_ind VARCHAR2(1);
389: v_record_locked BOOLEAN;
390: v_hist_record_locked BOOLEAN;
391: v_fee_ass_log_creation_dt IGS_GE_S_LOG.creation_dt%TYPE DEFAULT NULL;
392: l_msg_at_index NUMBER;
393: l_entity_name VARCHAR2(30);
394:
395: CURSOR c_cir IS

Line 1919: -- Issue commit since the the child IGS_GE_S_LOG_ENTRY is populated

1915: IGS_GE_GEN_003.genp_ins_log (
1916: cst_del_un_sca,
1917: NULL, -- Key
1918: v_log_creation_dt);
1919: -- Issue commit since the the child IGS_GE_S_LOG_ENTRY is populated
1920: -- in autonomous transaction mode and would need to reference the
1921: -- parent record in check child existance
1922: COMMIT;
1923: