DBA Data[Home] [Help]

APPS.CSTPLCAC dependencies on WIP_FLOW_SCHEDULES

Line 161: wip_flow_schedules wfs

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
165: wfs.class_code = wac.class_code and

Line 207: wip_flow_schedules wfs

203: 1 )
204: into
205: l_use_val_cost_type
206: from
207: wip_flow_schedules wfs
208: WHERE
209: wfs.WIP_ENTITY_ID = i_wip_entity_id AND
210: wfs.ORGANIZATION_ID = i_org_id;
211:

Line 1272: wip_flow_schedules wfs

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
1276: wfs.class_code = wac.class_code and

Line 1318: wip_flow_schedules wfs

1314: 1 )
1315: into
1316: l_use_val_cost_type
1317: from
1318: wip_flow_schedules wfs
1319: WHERE
1320: wfs.WIP_ENTITY_ID = i_wip_entity_id AND
1321: wfs.ORGANIZATION_ID = i_org_id;
1322: