DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_ACCOUNTING_CLASSES

Line 945: from wip_accounting_classes wac,

941: l_overhead_variance_account,
942: l_po_creation_time,
943: l_est_scrap_account,
944: l_est_scrap_var_account
945: from wip_accounting_classes wac,
946: wip_parameters params
947: where wac.class_code(+)= p_class_code
948: and wac.organization_id(+)= p_org
949: and params.organization_id = p_org;

Line 2352: wip_accounting_classes wc

2348: p_organization_id, wc.class_type,
2349: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2350: 0, 0, 0, 0, 0, 0, 0, 0
2351: from org_acct_periods oap,
2352: wip_accounting_classes wc
2353: where wc.class_code = p_class_code
2354: and wc.organization_id = p_organization_id
2355: and oap.organization_id = p_organization_id
2356: and oap.schedule_close_date >=

Line 2380: --from wip_accounting_classes wc

2376: -- wc.class_type,
2377: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2378: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2379: -- 0, 0, 0, 0, 0, 0, 0, 0
2380: --from wip_accounting_classes wc
2381: --where wc.class_code = p_class_code
2382: --and wc.organization_id = p_organization_id
2383: --and not exists (
2384: -- select 'balance record already there'

Line 6425: from wip_accounting_classes

6421: select est_scrap_account,
6422: est_scrap_var_account
6423: into p_est_scrap_account,
6424: p_est_scrap_var_account
6425: from wip_accounting_classes
6426: where class_code = l_temp_cc
6427: and organization_id = v_wlji_org(v_index);
6428:
6429: if p_est_scrap_account is null or p_est_scrap_var_account is null then