DBA Data[Home] [Help]

APPS.IGS_EN_GEN_LEGACY dependencies on IGS_PE_GEN_003

Line 1183: igs_pe_gen_003.RAISE_PERSON_TYPE_EVENT(

1179: END IF;
1180:
1181: IF p_action = 'INSERT' THEN
1182: -- End date is always passed as NULL, hence raise the Business event without any check
1183: igs_pe_gen_003.RAISE_PERSON_TYPE_EVENT(
1184: p_person_id,
1185: p_person_type_code,
1186: p_action,
1187: p_person_type_end_date

Line 1198: igs_pe_gen_003.RAISE_PERSON_TYPE_EVENT(

1194: FETCH get_active_inst_cur INTO l_max_active_date;
1195: CLOSE get_active_inst_cur;
1196:
1197: IF l_max_active_date IS NULL OR l_max_active_date < p_person_type_end_date THEN
1198: igs_pe_gen_003.RAISE_PERSON_TYPE_EVENT(
1199: p_person_id,
1200: p_person_type_code,
1201: p_action,
1202: p_person_type_end_date