DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on GL_CODE_COMBINATIONS

Line 4360: From gl_code_combinations gl

4356: select wp.transaction_account_id into x_dist_acct_id
4357: from wsm_parameters wp
4358: Where wp.organization_id = X_Organization_Id
4359: and exists (select 1
4360: From gl_code_combinations gl
4361: Where gl.code_combination_id = wp.transaction_account_id
4362: and gl.enabled_flag = 'Y'
4363: and gl.summary_flag = 'N'
4364: and NVL(gl.start_date_active, sysdate) <= sysdate

Line 4579: From gl_code_combinations gl

4575: select wp.transaction_account_id into x_dist_acct_id
4576: from wsm_parameters wp
4577: Where wp.organization_id = X_Organization_Id
4578: and exists (select 1
4579: From gl_code_combinations gl
4580: Where gl.code_combination_id = wp.transaction_account_id
4581: and gl.enabled_flag = 'Y'
4582: and gl.summary_flag = 'N'
4583: and NVL(gl.start_date_active, sysdate) <= sysdate