DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on GL_CODE_COMBINATIONS

Line 4569: FROM gl_code_combinations gcc,

4565:
4566: Begin
4567: SELECT distinct 'Y'
4568: INTO l_account_valid
4569: FROM gl_code_combinations gcc,
4570: gl_sets_of_books sob,
4571: financials_system_params_all fsp
4572: WHERE gcc.code_combination_id = l_retroprice_adj_account_id
4573: AND gcc.enabled_flag = 'Y'