DBA Data[Home] [Help]

APPS.CSTPACWS dependencies on WIP_DISCRETE_JOBS

Line 80: WIP_DISCRETE_JOBS

76:
77: SELECT start_quantity
78: into i_lot_size
79: from
80: WIP_DISCRETE_JOBS
81: where
82: WIP_ENTITY_ID = i_wip_entity_id and
83: ORGANIZATION_ID = i_org_id;
84:

Line 93: wip_discrete_jobs wdj

89: nvl(wac.SYSTEM_OPTION_ID,-1)
90: into l_comp_cost_source,l_system_option_id
91: from
92: wip_accounting_classes wac,
93: wip_discrete_jobs wdj
94: where
95: wdj.wip_entity_id = i_wip_entity_id and
96: wdj.organization_id = i_org_id and
97: wdj.class_code = wac.class_code and

Line 2259: WIP_DISCRETE_JOBS

2255:
2256: SELECT start_quantity
2257: into i_lot_size
2258: from
2259: WIP_DISCRETE_JOBS
2260: where
2261: WIP_ENTITY_ID = i_wip_entity_id and
2262: ORGANIZATION_ID = i_org_id;
2263:

Line 2270: wip_discrete_jobs wdj

2266: select wac.completion_cost_source,nvl(system_option_id,-1)
2267: into l_comp_cost_source,l_system_option_id
2268: from
2269: wip_accounting_classes wac,
2270: wip_discrete_jobs wdj
2271: where
2272: wdj.wip_entity_id = i_wip_entity_id and
2273: wdj.organization_id = i_org_id and
2274: wdj.class_code = wac.class_code and