DBA Data[Home] [Help]

APPS.CSTPLCAC dependencies on WIP_ACCOUNTING_CLASSES

Line 142: wip_accounting_classes wac,

138: into
139: l_comp_cost_source,
140: l_c_cost_type_id
141: from
142: wip_accounting_classes wac,
143: wip_discrete_jobs wdj
144: where
145: wdj.wip_entity_id = i_wip_entity_id and
146: wdj.organization_id = i_org_id and

Line 160: wip_accounting_classes wac,

156: into
157: l_comp_cost_source,
158: l_c_cost_type_id
159: from
160: wip_accounting_classes wac,
161: wip_flow_schedules wfs
162: where
163: wfs.wip_entity_id = i_wip_entity_id and
164: wfs.organization_id = i_org_id and

Line 1250: wip_accounting_classes wac,

1246: into
1247: l_comp_cost_source,
1248: l_c_cost_type_id
1249: from
1250: wip_accounting_classes wac,
1251: wip_discrete_jobs wdj
1252: where
1253: wdj.wip_entity_id = i_wip_entity_id and
1254: wdj.organization_id = i_org_id and

Line 1268: wip_accounting_classes wac,

1264: into
1265: l_comp_cost_source,
1266: l_c_cost_type_id
1267: from
1268: wip_accounting_classes wac,
1269: wip_flow_schedules wfs
1270: where
1271: wfs.wip_entity_id = i_wip_entity_id and
1272: wfs.organization_id = i_org_id and