DBA Data[Home] [Help]

APPS.BOM_STD_SUB_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 28: standard_rate_flag = :new.standard_rate_flag,

24: schedule_seq_num = :new.schedule_seq_num, -- Bug 7370692 null --after making this column nullable in the table
25: replacement_group_num = :new.replacement_group_num,
26: resource_id = :new.resource_id,
27: activity_id = :new.activity_id,
28: standard_rate_flag = :new.standard_rate_flag,
29: assigned_units = :new.assigned_units,
30: usage_rate_or_amount = :new.usage_rate_or_amount,
31: usage_rate_or_amount_inverse = :new.usage_rate_or_amount_inverse,
32: basis_type = :new.basis_type,