DBA Data[Home] [Help]

APPS.IGS_PS_USEC_CATEGORY_PKG dependencies on IGS_PS_UNIT_CAT_PKG

Line 123: ELSIF NOT igs_ps_unit_cat_pkg.get_pk_for_validation (

119:
120: IF (((old_references.unit_cat = new_references.unit_cat)) OR
121: ((new_references.unit_cat IS NULL))) THEN
122: NULL;
123: ELSIF NOT igs_ps_unit_cat_pkg.get_pk_for_validation (
124: new_references.unit_cat
125: ) THEN
126: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
127: igs_ge_msg_stack.add;