DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 10011: from wip_accounting_classes

10007: select est_scrap_account,
10008: est_scrap_var_account
10009: into l_est_scrap_account,
10010: l_est_scrap_var_account
10011: from wip_accounting_classes
10012: where class_code = l_temp_class
10013: and organization_id = v_wlji_org_id(v_idx);
10014:
10015: if l_est_scrap_account is null or

Line 21166: wip_accounting_classes wc

21162: p_organization_id, wc.class_type,
21163: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
21164: 0, 0, 0, 0, 0, 0, 0, 0
21165: from org_acct_periods oap,
21166: wip_accounting_classes wc
21167: where wc.class_code = p_class_code
21168: and wc.organization_id = p_organization_id
21169: and oap.organization_id = p_organization_id
21170: and oap.schedule_close_date >=

Line 21194: --from wip_accounting_classes wc

21190: -- wc.class_type,
21191: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
21192: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
21193: -- 0, 0, 0, 0, 0, 0, 0, 0
21194: --from wip_accounting_classes wc
21195: --where wc.class_code = p_class_code
21196: --and wc.organization_id = p_organization_id
21197: --and not exists (
21198: -- select 'balance record already there'

Line 21681: from wip_accounting_classes wac,

21677: l_overhead_variance_account,
21678: l_po_creation_time,
21679: l_est_scrap_account,
21680: l_est_scrap_var_account
21681: from wip_accounting_classes wac,
21682: wip_parameters params
21683: where wac.class_code(+)= p_class_code
21684: and wac.organization_id(+)= p_org_id
21685: and params.organization_id = p_org_id;