DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on STANDARD

Line 900: AND wor.standard_rate_flag = 1;

896: AND wdj.status_type = 3
897: AND wor.wip_entity_id = pda.wip_entity_id
898: AND wor.operation_seq_num = pda.wip_operation_seq_num
899: AND wor.resource_seq_num = pda.wip_resource_seq_num
900: AND wor.standard_rate_flag = 1;
901:
902: BEGIN
903:
904: ---------------------------------------------------------------------

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

1034: END IF;
1035:
1036: ----------------------------------------------------------------------
1037: -- Set aida rows with 'N' status but which was created for an OSP
1038: -- with standard rate to 'S'.
1039: ----------------------------------------------------------------------
1040:
1041: l_stmt_num := 22;
1042:

Line 1315: standard_rate_flag,

1311: resource_id,
1312: usage_rate_or_amount,
1313: basis_type,
1314: autocharge_type,
1315: standard_rate_flag,
1316: transaction_quantity,
1317: transaction_uom,
1318: primary_quantity,
1319: primary_uom,

Line 1357: 2, -- Standard Rate Flag

1353: wor.resource_id,
1354: cavh.var_amount,
1355: wor.basis_type,
1356: wor.autocharge_type,
1357: 2, -- Standard Rate Flag
1358: 0, -- Transaction Quantity
1359: wor.uom_code,
1360: 0, -- Primary Quantity
1361: wor.uom_code,