DBA Data[Home] [Help]

APPS.BOM_VAL_TO_ID dependencies on BOM_COMPONENT_OPERATIONS

Line 62: from bom_component_operations

58: BEGIN
59:
60: select comp_operation_seq_id
61: into l_id
62: from bom_component_operations
63: where component_sequence_id = p_component_sequence_id
64: and operation_seq_num = p_operation_sequence_number;
65:
66: RETURN l_id;