DBA Data[Home] [Help]

APPS.IGS_PS_UNITASS_ITEM_PKG dependencies on IGS_AS_VAL_AIEM

Line 161: AND (igs_as_val_aiem.assp_val_ai_exmnbl (new_references.ass_id, v_message_name)

157: --
158: -- If item is examinable then validate that reference is set.
159: -- w.r.t Bug # 1956374 procedure assp_val_ai_exmnbl reference is changed
160: IF NVL (new_references.REFERENCE, 'NULL666') = 'NULL666'
161: AND (igs_as_val_aiem.assp_val_ai_exmnbl (new_references.ass_id, v_message_name)
162: OR igs_as_gen_002.assp_get_ai_s_type (new_references.ass_id) = 'ASSIGNMENT'
163: ) THEN
164: fnd_message.set_name ('IGS', 'IGS_AS_REF_ASSITEM_EXAM');
165: igs_ge_msg_stack.ADD;

Line 295: IF igs_as_val_aiem.assp_val_ai_exmnbl (new_references.ass_id, v_message_name) = TRUE THEN

291: BEGIN
292: IF p_inserting
293: OR p_updating THEN
294: -- w.r.t Bug # 1956374 procedure assp_val_ai_exmnbl reference is changed
295: IF igs_as_val_aiem.assp_val_ai_exmnbl (new_references.ass_id, v_message_name) = TRUE THEN
296: --
297: -- Validate that the reference number id unique within a UOP
298: IF igs_as_val_uai.assp_val_uai_uniqref (
299: lv_unit_cd,