DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on GL_CODE_COMBINATIONS

Line 299: FROM gl_code_combinations

295:
296: IF (nvl(l_order_src_id,0) = 10) AND (v_order_type_cogs <> 0 ) THEN
297: SELECT chart_of_accounts_id
298: INTO l_chart_of_accounts_id
299: FROM gl_code_combinations
300: WHERE code_combination_id = v_order_type_cogs;
301:
302: IF (l_chart_of_accounts_id <> nvl(fb_flex_num, -1)) AND (l_ship_ou_id is NOT NULL) THEN
303: SELECT NVL(freight_code_combination_id, 0)