DBA Data[Home] [Help]

APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_GE_GEN_003

Line 138: IGS_GE_GEN_003.Set_org_id(p_org_id);

134: l_unassigned_appl VARCHAR2(3);
135:
136: BEGIN
137:
138: IGS_GE_GEN_003.Set_org_id(p_org_id);
139:
140: OPEN c_appl_rev_profile(p_review_profile_id);
141: FETCH c_appl_rev_profile INTO l_review_profile_name;
142: CLOSE c_appl_rev_profile;