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 4747: From gl_code_combinations gl

4743: select wp.transaction_account_id into x_dist_acct_id
4744: from wsm_parameters wp
4745: Where wp.organization_id = X_Organization_Id
4746: and exists (select 1
4747: From gl_code_combinations gl
4748: Where gl.code_combination_id = wp.transaction_account_id
4749: and gl.enabled_flag = 'Y'
4750: and gl.summary_flag = 'N'
4751: and NVL(gl.start_date_active, sysdate) <= sysdate