DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on GL_CODE_COMBINATIONS

Line 1250: gl_code_combinations gc,

1246: l_perform_awt_flag,
1247: l_set_of_books_id,
1248: l_period_name
1249: FROM ap_system_parameters_all asp,
1250: gl_code_combinations gc,
1251: gl_sets_of_books gsob
1252: WHERE gc.code_combination_id(+) = asp.interest_code_combination_id
1253: AND gsob.set_of_books_id = asp.set_of_books_id
1254: AND asp.org_id = l_current_org_id;