DBA Data[Home] [Help]

APPS.IGP_AC_ACC_CLASSES_PKG dependencies on IGP_AC_ACCOUNTS_PKG

Line 91: ELSIF NOT igp_ac_accounts_pkg.get_pk_for_validation (

87:
88: IF (((old_references.account_id = new_references.account_id)) OR
89: ((new_references.account_id IS NULL))) THEN
90: NULL;
91: ELSIF NOT igp_ac_accounts_pkg.get_pk_for_validation (
92: new_references.account_id
93: ) THEN
94: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
95: igs_ge_msg_stack.add;

Line 102: ELSIF NOT igp_ac_accounts_pkg.get_pk_for_validation (

98:
99: IF (((old_references.account_id = new_references.account_id)) OR
100: ((new_references.account_id IS NULL))) THEN
101: NULL;
102: ELSIF NOT igp_ac_accounts_pkg.get_pk_for_validation (
103: new_references.account_id
104: ) THEN
105: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
106: igs_ge_msg_stack.add;