DBA Data[Home] [Help]

APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_COA_GRP_ITEM_ALL

Line 1803: FROM igf_aw_coa_grp_item_all coa_item

1799: cp_frm_sequence_number igs_ca_inst_all.sequence_number%TYPE,
1800: cp_coa_code igf_aw_coa_group_all.coa_code%TYPE
1801: ) IS
1802: SELECT coa_item.*
1803: FROM igf_aw_coa_grp_item_all coa_item
1804: WHERE coa_item.ci_cal_type = cp_frm_cal_type
1805: AND coa_item.ci_sequence_number = cp_frm_sequence_number
1806: AND coa_item.coa_code = cp_coa_code
1807: AND coa_item.active = 'Y'