DBA Data[Home] [Help]

APPS.IGF_AP_ST_INST_APPL_PKG dependencies on IGF_AP_APPL_SETUP_PKG

Line 126: ELSIF NOT igf_ap_appl_setup_pkg.get_pk_for_validation (

122:
123: IF (((old_references.question_id = new_references.question_id)) OR
124: ((new_references.question_id IS NULL))) THEN
125: NULL;
126: ELSIF NOT igf_ap_appl_setup_pkg.get_pk_for_validation (
127: new_references.question_id
128: ) THEN
129: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
130: igs_ge_msg_stack.add;