DBA Data[Home] [Help]

APPS.BOM_STD_SUB_OP_RESOURCES_T2 dependencies on STANDARD

Line 10: WHERE standard_operation_id = :new.standard_operation_id

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

Line 29: standard_rate_flag = :new.standard_rate_flag,

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