DBA Data[Home] [Help]

APPS.IGS_EN_NSD_DLSTP_PKG dependencies on IGS_OR_UNIT_PKG

Line 123: igs_or_unit_pkg.get_pk_for_str_validation.

119: Nishikant 09DEC2002 Bug#2688542. For the field org_unit_cd
120: the foreign key check was done in this
121: procedure itself. Now its modified for
122: consistency to make a call to the function
123: igs_or_unit_pkg.get_pk_for_str_validation.
124: ***************************************************************/
125:
126: BEGIN
127:

Line 131: ELSIF NOT igs_or_unit_pkg.get_pk_for_str_validation (

127:
128: IF (((old_references.org_unit_code = new_references.org_unit_code)) OR
129: ((new_references.org_unit_code IS NULL))) THEN
130: NULL;
131: ELSIF NOT igs_or_unit_pkg.get_pk_for_str_validation (
132: new_references.org_unit_code
133: ) THEN
134: fnd_message.set_name ('FND','FORM_RECORD_DELETED');
135: igs_ge_msg_stack.add;