DBA Data[Home] [Help]

APPS.IGS_PR_ORG_STAT_REF_PKG dependencies on IGS_PR_ORG_STAT_PKG

Line 91: ELSIF NOT igs_pr_org_stat_pkg.get_pk_for_validation (

87: (old_references.stat_type = new_references.stat_type)) OR
88: ((new_references.org_unit_cd IS NULL) OR
89: (new_references.stat_type IS NULL))) THEN
90: NULL;
91: ELSIF NOT igs_pr_org_stat_pkg.get_pk_for_validation (
92: new_references.org_unit_cd,
93: new_references.stat_type
94: ) THEN
95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');