DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on STANDARD

Line 876: AND wor.standard_rate_flag = 1;

872: AND wdj.status_type = 3
873: AND wor.wip_entity_id = pda.wip_entity_id
874: AND wor.operation_seq_num = pda.wip_operation_seq_num
875: AND wor.resource_seq_num = pda.wip_resource_seq_num
876: AND wor.standard_rate_flag = 1;
877:
878: BEGIN
879:
880: ---------------------------------------------------------------------

Line 1014: -- with standard rate to 'S'.

1010: END IF;
1011:
1012: ----------------------------------------------------------------------
1013: -- Set aida rows with 'N' status but which was created for an OSP
1014: -- with standard rate to 'S'.
1015: ----------------------------------------------------------------------
1016:
1017: l_stmt_num := 22;
1018:

Line 1269: standard_rate_flag,

1265: resource_id,
1266: usage_rate_or_amount,
1267: basis_type,
1268: autocharge_type,
1269: standard_rate_flag,
1270: transaction_quantity,
1271: transaction_uom,
1272: primary_quantity,
1273: primary_uom,

Line 1311: 2, -- Standard Rate Flag

1307: wor.resource_id,
1308: cavh.var_amount,
1309: wor.basis_type,
1310: wor.autocharge_type,
1311: 2, -- Standard Rate Flag
1312: 0, -- Transaction Quantity
1313: wor.uom_code,
1314: 0, -- Primary Quantity
1315: wor.uom_code,