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

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

Line 1271: wip_accounting_classes wac,

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