DBA Data[Home] [Help]

APPS.BOM_STD_OP_RESOURCES_T2 dependencies on STANDARD

Line 9: WHERE standard_operation_id = :new.standard_operation_id

5:
6: CURSOR op_seq IS
7: SELECT operation_sequence_id
8: FROM bom_operation_sequences
9: WHERE standard_operation_id = :new.standard_operation_id
10: AND reference_flag = 1;
11:
12: var_op_seq_id NUMBER;
13:

Line 26: standard_rate_flag = :new.standard_rate_flag,

22: UPDATE bom_operation_resources
23: SET resource_seq_num = :new.resource_seq_num,
24: resource_id = :new.resource_id,
25: activity_id = :new.activity_id,
26: standard_rate_flag = :new.standard_rate_flag,
27: assigned_units = :new.assigned_units,
28: usage_rate_or_amount = :new.usage_rate_or_amount,
29: usage_rate_or_amount_inverse = :new.usage_rate_or_amount_inverse,
30: basis_type = :new.basis_type,