DBA Data[Home] [Help]

APPS.IGS_AS_ITEM_ASSESSOR_PKG dependencies on IGS_AS_VAL_AIA

Line 91: IF IGS_AS_VAL_AIA.assp_val_asst_closed(new_references.ass_assessor_type,

87: APP_EXCEPTION.RAISE_EXCEPTION;
88: END IF;
89: --
90: -- Validate assessment assessor type closed indicator
91: IF IGS_AS_VAL_AIA.assp_val_asst_closed(new_references.ass_assessor_type,
92: v_message_name) = FALSE THEN
93: FND_MESSAGE.SET_NAME('IGS',v_message_name);
94: IGS_GE_MSG_STACK.ADD;
95: APP_EXCEPTION.RAISE_EXCEPTION;

Line 99: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_loc_cd

95: APP_EXCEPTION.RAISE_EXCEPTION;
96: END IF;
97: --
98: -- Validate IGS_AD_LOCATION closed indicator
99: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_loc_cd
100: IF IGS_PS_VAL_UOO.crsp_val_loc_cd(new_references.location_cd,
101: v_message_name) = FALSE THEN
102: FND_MESSAGE.SET_NAME('IGS',v_message_name);
103: IGS_GE_MSG_STACK.ADD;

Line 108: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_um_closed

104: APP_EXCEPTION.RAISE_EXCEPTION;
105: END IF;
106: --
107: -- Validate IGS_PS_UNIT mode closed indicator
108: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_um_closed
109: IF IGS_AS_VAL_UAI.crsp_val_um_closed(new_references.unit_mode,
110: v_message_name) = FALSE THEN
111: FND_MESSAGE.SET_NAME('IGS',v_message_name);
112: IGS_GE_MSG_STACK.ADD;

Line 117: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_ucl_closed

113: APP_EXCEPTION.RAISE_EXCEPTION;
114: END IF;
115: --
116: -- Validate IGS_PS_UNIT class indicator
117: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_AIA.crsp_val_ucl_closed
118: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed(new_references.unit_class,
119: v_message_name) = FALSE THEN
120: FND_MESSAGE.SET_NAME('IGS',v_message_name);
121: IGS_GE_MSG_STACK.ADD;

Line 140: IF IGS_AS_VAL_AIA.assp_val_aia_primary (

136: v_message_name VARCHAR2(30);
137: BEGIN
138: IF p_inserting OR p_updating THEN
139: IF new_references.primary_assessor_ind = 'Y' THEN
140: IF IGS_AS_VAL_AIA.assp_val_aia_primary (
141: new_references.ass_id,
142: new_references.person_id,
143: new_references.sequence_number,
144: v_message_name) = FALSE THEN

Line 151: IF IGS_AS_VAL_AIA.assp_val_aia_links (

147: APP_EXCEPTION.RAISE_EXCEPTION;
148: END IF;
149: END IF;
150: -- Validate assessor links for invalid combinations
151: IF IGS_AS_VAL_AIA.assp_val_aia_links (
152: new_references.ass_id,
153: new_references.person_id,
154: new_references.sequence_number,
155: new_references.location_cd,