DBA Data[Home] [Help]

APPS.FV_BE_UTIL_PKG dependencies on FV_BE_ACCOUNT_PAIRS

Line 145: FROM fv_be_account_pairs

141:
142: CURSOR accounts_cur IS
143: SELECT cr_account_segment_value,
144: dr_account_segment_value
145: FROM fv_be_account_pairs
146: WHERE be_tt_id = p_transaction_type_id
147: AND nvl(sub_type, 'X') = nvl(p_sub_type, 'X')
148: AND chart_of_accounts_id = g_chart_of_accounts_id;
149: