DBA Data[Home] [Help]

APPS.WIP_FLOWRESCHARGE dependencies on STANDARD

Line 30: * -- If this is set to WIP_MOVE where the info about the standard rate is stored,

26: * -- 5 Total Value
27: * -- 6 Activity
28: * 3. We will NOT charge the Manually Charged resources
29: * -- This is based on autocharge_type in bom_operation_resources
30: * -- If this is set to WIP_MOVE where the info about the standard rate is stored,
31: * -- we will still charge this even though it would be OSP resource
32: * -- 1 Wip move
33: * -- 2 Manual
34: * -- 3 PO receipt

Line 267: standard_rate_flag,

263: resource_code,
264: usage_rate_or_amount,
265: basis_type,
266: autocharge_type,
267: standard_rate_flag,
268: transaction_quantity,
269: transaction_uom,
270: primary_quantity,
271: primary_uom,

Line 312: bor.standard_rate_flag,

308: br.resource_code,
309: sum(bor.usage_rate_or_amount),
310: bor.basis_type,
311: bor.autocharge_type,
312: bor.standard_rate_flag,
313: sum(bor.usage_rate_or_amount *
314: decode(bor.basis_type,
315: 1, mmtt.primary_quantity,
316: /* Fixed bug 4162698. Since wfs.quantity_completed is either 0 or positive

Line 381: bor.standard_rate_flag,

377: br.resource_code,
378: bor.resource_seq_num,
379: bor.autocharge_type,
380: bor.basis_type,
381: bor.standard_rate_flag,
382: br.unit_of_measure,
383: bor.activity_id,
384: mmtt.last_updated_by,
385: mmtt.created_by,