DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on GL_CODE_COMBINATIONS

Line 4690: FROM gl_code_combinations gcc,

4686:
4687: Begin
4688: SELECT distinct 'Y'
4689: INTO l_account_valid
4690: FROM gl_code_combinations gcc,
4691: gl_sets_of_books sob,
4692: financials_system_params_all fsp
4693: WHERE gcc.code_combination_id = l_retroprice_adj_account_id
4694: AND gcc.enabled_flag = 'Y'