DBA Data[Home] [Help]

APPS.CSTPACWC dependencies on WIP_ACCOUNTING_CLASSES

Line 164: wip_accounting_classes wac,

160: select wac.completion_cost_source, nvl(wac.cost_type_id,-1),
161: wdj.start_quantity,nvl(wac.SYSTEM_OPTION_ID,-1)
162: into l_comp_cost_source,l_c_cost_type_id,l_lot_size,l_system_option_id
163: from
164: wip_accounting_classes wac,
165: wip_discrete_jobs wdj
166: where
167: wdj.wip_entity_id = i_wip_entity_id and
168: wdj.organization_id = i_org_id and

Line 3534: wip_accounting_classes wac,

3530: wdj.start_quantity,nvl(system_option_id,-1)
3531: into l_comp_cost_source,l_c_cost_type_id,i_lot_size,
3532: l_system_option_id
3533: from
3534: wip_accounting_classes wac,
3535: wip_discrete_jobs wdj
3536: where
3537: wdj.wip_entity_id = i_wip_entity_id and
3538: wdj.organization_id = i_org_id and