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 3699: wip_accounting_classes wac,

3695: wdj.start_quantity,nvl(system_option_id,-1)
3696: into l_comp_cost_source,l_c_cost_type_id,i_lot_size,
3697: l_system_option_id
3698: from
3699: wip_accounting_classes wac,
3700: wip_discrete_jobs wdj
3701: where
3702: wdj.wip_entity_id = i_wip_entity_id and
3703: wdj.organization_id = i_org_id and