DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_EN_GEN_018

Line 2631: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);

2627: --log error message if sub units did not enroll
2628: IF p_log_creation_dt IS NOT NULL THEN
2629: l_unit_cds := NULL;
2630: --following function returns a string of units codes for teh passed in string of uoo_ids
2631: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);
2632: p_warn_level := cst_error;
2633: v_message_name := 'IGS_EN_BLK_SUB_FAILED'||'*'||l_unit_cds;
2634: -- If the log creation date is set then log the HECS error
2635: -- This is if the pre-enrolment is being performed in batch.

Line 3119: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);

3115: --log error message if sub units did not enroll
3116: IF p_log_creation_dt IS NOT NULL THEN
3117: l_unit_cds := NULL;
3118: --following function returns a string of units codes for teh passed in string of uoo_ids
3119: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);
3120: p_warn_level := cst_error;
3121: v_message_name := 'IGS_EN_BLK_SUB_FAILED'||'*'||l_unit_cds;
3122:
3123: -- If the log creation date is set then log the HECS error

Line 4774: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);

4770: --log error message if sub units did not enroll
4771: IF p_log_creation_dt IS NOT NULL THEN
4772: l_unit_cds := NULL;
4773: --following function returns a string of units codes for teh passed in string of uoo_ids
4774: l_unit_cds := igs_en_gen_018.enrp_get_unitcds(l_failed_uoo_ids);
4775: p_warn_level := cst_error;
4776: v_message_name := 'IGS_EN_BLK_SUB_FAILED'||'*'||l_unit_cds;
4777: -- If the log creation date is set then log the HECS error
4778: -- This is if the pre-enrolment is being performed in batch.