DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 9913: from wip_accounting_classes

9909: select est_scrap_account,
9910: est_scrap_var_account
9911: into l_est_scrap_account,
9912: l_est_scrap_var_account
9913: from wip_accounting_classes
9914: where class_code = l_temp_class
9915: and organization_id = v_wlji_org_id(v_idx);
9916:
9917: if l_est_scrap_account is null or

Line 20501: wip_accounting_classes wc

20497: p_organization_id, wc.class_type,
20498: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
20499: 0, 0, 0, 0, 0, 0, 0, 0
20500: from org_acct_periods oap,
20501: wip_accounting_classes wc
20502: where wc.class_code = p_class_code
20503: and wc.organization_id = p_organization_id
20504: and oap.organization_id = p_organization_id
20505: and oap.schedule_close_date >=

Line 20529: --from wip_accounting_classes wc

20525: -- wc.class_type,
20526: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
20527: -- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
20528: -- 0, 0, 0, 0, 0, 0, 0, 0
20529: --from wip_accounting_classes wc
20530: --where wc.class_code = p_class_code
20531: --and wc.organization_id = p_organization_id
20532: --and not exists (
20533: -- select 'balance record already there'

Line 21016: from wip_accounting_classes wac,

21012: l_overhead_variance_account,
21013: l_po_creation_time,
21014: l_est_scrap_account,
21015: l_est_scrap_var_account
21016: from wip_accounting_classes wac,
21017: wip_parameters params
21018: where wac.class_code(+)= p_class_code
21019: and wac.organization_id(+)= p_org_id
21020: and params.organization_id = p_org_id;