DBA Data[Home] [Help]

APPS.PN_LEASE_UTILS dependencies on GL_CODE_COMBINATIONS

Line 1048: FROM gl_code_combinations

1044: p_chart_of_acct_id IN NUMBER
1045: )
1046: IS
1047: SELECT code_combination_id
1048: FROM gl_code_combinations
1049: WHERE code_combination_id = p_account_id
1050: AND chart_of_accounts_id = p_chart_of_acct_id
1051: AND enabled_flag = 'Y';
1052: