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 1269: wip_flow_schedules wfs

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

Line 1315: wip_flow_schedules wfs

1311: 1 )
1312: into
1313: l_use_val_cost_type
1314: from
1315: wip_flow_schedules wfs
1316: WHERE
1317: wfs.WIP_ENTITY_ID = i_wip_entity_id AND
1318: wfs.ORGANIZATION_ID = i_org_id;
1319: