DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on GL_CODE_COMBINATIONS

Line 1044: gl_code_combinations gc,

1040: l_perform_awt_flag,
1041: l_set_of_books_id,
1042: l_period_name
1043: FROM ap_system_parameters_all asp,
1044: gl_code_combinations gc,
1045: gl_sets_of_books gsob
1046: WHERE gc.code_combination_id(+) = asp.interest_code_combination_id
1047: AND gsob.set_of_books_id = asp.set_of_books_id
1048: AND asp.org_id = l_current_org_id;