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 2103: WIP_DISCRETE_JOBS

2099:
2100: SELECT start_quantity
2101: into i_lot_size
2102: from
2103: WIP_DISCRETE_JOBS
2104: where
2105: WIP_ENTITY_ID = i_wip_entity_id and
2106: ORGANIZATION_ID = i_org_id;
2107:

Line 2114: wip_discrete_jobs wdj

2110: select wac.completion_cost_source,nvl(system_option_id,-1)
2111: into l_comp_cost_source,l_system_option_id
2112: from
2113: wip_accounting_classes wac,
2114: wip_discrete_jobs wdj
2115: where
2116: wdj.wip_entity_id = i_wip_entity_id and
2117: wdj.organization_id = i_org_id and
2118: wdj.class_code = wac.class_code and