DBA Data[Home] [Help]

APPS.IGS_FI_CR_TYPES_PKG dependencies on IGS_FI_CR_TYPES_PKG

Line 1: PACKAGE BODY igs_fi_cr_types_pkg AS

1: PACKAGE BODY igs_fi_cr_types_pkg AS
2: /* $Header: IGSSI88B.pls 120.1 2005/09/22 01:53:48 appldev ship $ */
3:
4: l_rowid VARCHAR2(25);
5: old_references igs_fi_cr_types_all%ROWTYPE;

Line 315: IF NOT igs_fi_cr_types_pkg.get_pk_for_validation (

311: IF ((old_references.payment_credit_type_id = new_references.payment_credit_type_id) OR
312: (new_references.payment_credit_type_id IS NULL)) THEN
313: NULL;
314: ELSE
315: IF NOT igs_fi_cr_types_pkg.get_pk_for_validation (
316: x_credit_type_id => new_references.payment_credit_type_id
317: ) THEN
318: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
319: IGS_GE_MSG_STACK.ADD;

Line 351: igs_fi_cr_types_pkg.get_fk_igs_fi_cr_types_all (

347: old_references.credit_type_id
348: );
349:
350: -- Added by shtatiko as part of Enh Bug# 2584741, Deposits Build
351: igs_fi_cr_types_pkg.get_fk_igs_fi_cr_types_all (
352: old_references.credit_type_id
353: );
354:
355: END check_child_existance;

Line 1438: END igs_fi_cr_types_pkg;

1434: IGS_GE_MSG_STACK.ADD;
1435: APP_EXCEPTION.RAISE_EXCEPTION;
1436: END beforerowdelete;
1437:
1438: END igs_fi_cr_types_pkg;