DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_GE_GEN_003

Line 124: p_person_id := igs_ge_gen_003.get_person_id (p_lgcy_prout_rec.person_number);

120: x_return_value := FND_API.TO_BOOLEAN (FND_API.G_TRUE);
121: --
122: -- Derive Person ID from Person Number
123: --
124: p_person_id := igs_ge_gen_003.get_person_id (p_lgcy_prout_rec.person_number);
125: --
126: -- Error out if the Person is not found in OSS
127: --
128: IF (p_person_id IS NULL) THEN

Line 137: igs_ge_gen_003.get_calendar_instance (

133: END IF;
134: --
135: -- Derive the Progression Calendar Information for the Alternate Code passed
136: --
137: igs_ge_gen_003.get_calendar_instance (
138: p_lgcy_prout_rec.prg_cal_alternate_code,
139: NULL,
140: p_prg_cal_type,
141: p_prg_sequence_number,

Line 1542: x_org_id => igs_ge_gen_003.get_org_id

1538: x_appeal_comments => p_lgcy_prout_rec.appeal_comments,
1539: x_expiry_dt => p_lgcy_prout_rec.expiry_dt,
1540: x_pro_pra_sequence_number => NULL,
1541: x_mode => 'R',
1542: x_org_id => igs_ge_gen_003.get_org_id
1543: );
1544: END IF;
1545: --
1546: -- Perform all the data integrity validations