DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on GL_CODE_COMBINATIONS

Line 1947: from gl_code_combinations

1943:
1944: -- Validate payables ccid exists.
1945: select count(*)
1946: into l_is_valid_payables_ccid
1947: from gl_code_combinations
1948: where code_combination_id = px_payables_ccid
1949: and chart_of_accounts_id = p_gl_chart_id
1950: and enabled_flag = 'Y'
1951: and summary_flag = 'N'

Line 1997: from gl_code_combinations

1993:
1994: -- Check that expense ccid exists.
1995: select count(*)
1996: into l_is_valid_expense_ccid
1997: from gl_code_combinations
1998: where code_combination_id = p_expense_ccid
1999: and chart_of_accounts_id = p_gl_chart_id
2000: and enabled_flag = 'Y'
2001: and account_type = 'E'