DBA Data[Home] [Help]

APPS.IGS_TR_STEP_PKG dependencies on IGS_TR_STEP_CTLG_PKG

Line 198: IF NOT igs_tr_step_ctlg_pkg.get_uk_for_validation ( new_references.step_catalog_cd )THEN

194:
195: IF (((old_references.step_catalog_cd = new_references.step_catalog_cd)) OR ((new_references.step_catalog_cd IS NULL))) THEN
196: NULL;
197: ELSE
198: IF NOT igs_tr_step_ctlg_pkg.get_uk_for_validation ( new_references.step_catalog_cd )THEN
199: fnd_message.set_name('FND','FORM_RECORD_DELETED');
200: igs_ge_msg_stack.add;
201: app_exception.raise_exception;
202: END IF;