DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_HIER_ACCT_TBL

Line 708: FROM igs_fi_hier_acct_tbl

704: IS
705: SELECT acct_tbl_id,
706: order_sequence,
707: entity_type_code
708: FROM igs_fi_hier_acct_tbl
709: WHERE acct_hier_id = cp_acct_hier_id
710: ORDER BY order_sequence;
711:
712: --This cursor added as a part of bug#2410396