DBA Data[Home] [Help]

APPS.IGS_FI_CR_ACTIVITIES_PKG dependencies on IGS_FI_ACC_PKG

Line 117: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (

113: IF ((old_references.cr_account_cd = new_references.cr_account_cd) OR
114: (new_references.cr_account_cd IS NULL)) THEN
115: NULL;
116: ELSE
117: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
118: new_references.cr_account_cd
119: ) THEN
120: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
121: IGS_GE_MSG_STACK.ADD;

Line 129: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (

125: IF ((old_references.dr_account_cd = new_references.dr_account_cd) OR
126: (new_references.dr_account_cd IS NULL)) THEN
127: NULL;
128: ELSE
129: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
130: new_references.dr_account_cd
131: ) THEN
132: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
133: IGS_GE_MSG_STACK.ADD;