DBA Data[Home] [Help]

APPS.BOM_STD_OP_RESOURCES_T1 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 30: standard_rate_flag,

26: operation_sequence_id,
27: resource_seq_num,
28: resource_id,
29: activity_id,
30: standard_rate_flag,
31: assigned_units,
32: usage_rate_or_amount,
33: usage_rate_or_amount_inverse,
34: basis_type,

Line 68: :new.STANDARD_RATE_FLAG,

64: var_op_seq_id,
65: :new.RESOURCE_SEQ_NUM,
66: :new.RESOURCE_ID,
67: :new.ACTIVITY_ID,
68: :new.STANDARD_RATE_FLAG,
69: :new.ASSIGNED_UNITS,
70: :new.USAGE_RATE_OR_AMOUNT,
71: :new.USAGE_RATE_OR_AMOUNT_INVERSE,
72: :new.BASIS_TYPE,