DBA Data[Home] [Help]

APPS.BOM_RTG_VALIDATE dependencies on BOM_OPERATION_RESOURCES

Line 108: FROM bom_operation_resources

104: SELECT 1 into l_dummy
105: FROM DUAL
106: WHERE EXISTS (
107: SELECT 1
108: FROM bom_operation_resources
109: WHERE operation_sequence_id = p_operation_sequence_id
110: AND substitute_group_num = p_substitute_group_number);
111:
112: RETURN TRUE;