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 2346: wip_accounting_classes wc

2342: p_organization_id, wc.class_type,
2343: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2344: 0, 0, 0, 0, 0, 0, 0, 0
2345: from org_acct_periods oap,
2346: wip_accounting_classes wc
2347: where wc.class_code = p_class_code
2348: and wc.organization_id = p_organization_id
2349: and oap.organization_id = p_organization_id
2350: and oap.schedule_close_date >=

Line 2374: --from wip_accounting_classes wc

2370: -- wc.class_type,
2371: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2372: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2373: -- 0, 0, 0, 0, 0, 0, 0, 0
2374: --from wip_accounting_classes wc
2375: --where wc.class_code = p_class_code
2376: --and wc.organization_id = p_organization_id
2377: --and not exists (
2378: -- select 'balance record already there'

Line 6419: from wip_accounting_classes

6415: select est_scrap_account,
6416: est_scrap_var_account
6417: into p_est_scrap_account,
6418: p_est_scrap_var_account
6419: from wip_accounting_classes
6420: where class_code = l_temp_cc
6421: and organization_id = v_wlji_org(v_index);
6422:
6423: if p_est_scrap_account is null or p_est_scrap_var_account is null then