DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_CR_TYPES

Line 658: CURSOR cur_cr_types (cp_credit_type_id igs_fi_cr_types.credit_type_id%TYPE)

654:
655: --
656: --Get the CCID's, Account Codes for a Credit Type Transaction.
657: --
658: CURSOR cur_cr_types (cp_credit_type_id igs_fi_cr_types.credit_type_id%TYPE)
659: IS
660: SELECT dr_gl_ccid,
661: cr_gl_ccid,
662: dr_account_cd,

Line 664: FROM igs_fi_cr_types

660: SELECT dr_gl_ccid,
661: cr_gl_ccid,
662: dr_account_cd,
663: cr_account_cd
664: FROM igs_fi_cr_types
665: WHERE credit_type_id = cp_credit_type_id;
666:
667: l_cr_types_rec cur_cr_types%ROWTYPE;
668: