DBA Data[Home] [Help]

APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_GE_GEN_003

Line 505: l_person_id := igs_ge_gen_003.get_person_id( p_the_dtls_rec.person_number);

501:
502: /****** Deriving values for the parameters ******/
503: IF l_the_exam_status <> 'INVALID' THEN
504: -- Calling the function to get the person_id
505: l_person_id := igs_ge_gen_003.get_person_id( p_the_dtls_rec.person_number);
506: IF l_person_id IS NULL THEN
507: FND_MESSAGE.SET_NAME ('IGS', 'IGS_GE_INVALID_PERSON_NUMBER');
508: FND_MSG_PUB.ADD;
509: l_the_exam_status := 'INVALID';

Line 613: igs_ge_gen_003.get_org_id);

609: l_last_updated_by,
610: l_last_update_date,
611: l_last_updated_by,
612: l_last_update_login,
613: igs_ge_gen_003.get_org_id);
614: END;
615:
616: --Condition added as part of the Bug#2722106.
617: --If all of the fields submission_dt,thesis_result_cd, thesis_exam_type and thesis_panel_type are having NULL value